diff options
Diffstat (limited to 'testing/ceph/ceph-common.pre-install')
-rw-r--r-- | testing/ceph/ceph-common.pre-install | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testing/ceph/ceph-common.pre-install b/testing/ceph/ceph-common.pre-install new file mode 100644 index 0000000000..bae4f09dc7 --- /dev/null +++ b/testing/ceph/ceph-common.pre-install @@ -0,0 +1,5 @@ +#!/bin/sh + +addgroup ceph -g 167 -S 2>/dev/null +adduser ceph -u 167 -S -G ceph -s /sbin/nologin -h /var/lib/ceph -g "Ceph Daemons" 2> /dev/null +exit 0 |