]> git.proxmox.com Git - ceph.git/blobdiff - ceph/debian/cephadm.postinst
import 15.2.4
[ceph.git] / ceph / debian / cephadm.postinst
index e84b9e1f62d8ad5152564777da2c63eced815b55..53d503e1eaa0a08f7282c9967a347492d2be6bcb 100644 (file)
@@ -25,7 +25,7 @@ case "$1" in
        # 1. create user if not existing
        if ! getent passwd | grep -q "^cephadm:"; then
          echo -n "Adding system user cephadm.."
-         adduser --quiet --system --disabled-password --gecos 'Ceph-dameon user for cephadm' --shell /bin/bash cephadm 2>/dev/null || true
+         adduser --quiet --system --disabled-password --gecos 'cephadm user for mgr/cephadm' --shell /bin/bash cephadm 2>/dev/null || true
          echo "..done"
        fi