Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / alpine / ceph-common.pre-install
1 #!/bin/sh
2
3 addgroup ceph -g 167 -S 2>/dev/null
4 adduser ceph -u 167 -S -G ceph -s /sbin/nologin -h /var/lib/ceph -g "Ceph Daemons" 2> /dev/null
5 exit 0