ceph: remove ceph user and disable systemd services
[pti/rtp.git] / meta-stx / conf / distro / files / ks / poky_stx_aio_ks.cfg
index dff25fe..e08d8fe 100644 (file)
@@ -616,10 +616,6 @@ useradd -m -g sys_protected -G root -d /home/sysadmin -p ${SYSADMIN_P} -s /bin/s
 groupadd -r -g 128 nscd
 useradd -M -o -r -d / -s /sbin/nologin -c 'NSCD Daemon' -u 28 -g nscd nscd
 
-useradd -p '' ceph
-groupadd ceph
-usermod -a -G ceph ceph
-
 useradd -p '' patching
 groupadd patching
 usermod -a -G patching patching
@@ -729,9 +725,6 @@ chage -d 0 sysadmin
 rm -rf /var/tmp
 systemctl enable tmp.mount
 
-# Disable automount of /dev/hugepages
-systemctl mask dev-hugepages.mount
-
 # Disable firewall
 systemctl disable firewalld