diff options
author | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-10-31 05:20:11 +0000 |
---|---|---|
committer | Mark Doffman <mark.doffman@codethink.co.uk> | 2013-10-31 05:20:11 +0000 |
commit | 40eba10c5a76f17c600467efcf25d43b3c271ace (patch) | |
tree | a57addd9566cedfb534c79e72a3573f601fe6699 | |
parent | 34caba8f880001958d834123af8bb4f5cae3976e (diff) | |
download | ceph-40eba10c5a76f17c600467efcf25d43b3c271ace.tar.gz |
Add bootstrap keyring directories that are included in
debian packaging and needed as the standard location
for bootstrap keyrings.
-rw-r--r-- | ceph.morph | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ceph.morph b/ceph.morph index bf344b7513f..11c5feafcef 100644 --- a/ceph.morph +++ b/ceph.morph @@ -15,6 +15,8 @@ "install -d $DESTDIR/var/lib/ceph/osd", "install -d $DESTDIR/var/lib/ceph/mds", "install -d $DESTDIR/var/lib/ceph/tmp", + "install -d $DESTDIR/var/lib/ceph/bootstrap-mds", + "install -d $DESTDIR/var/lib/ceph/bootstrap-osd", "install -D -d $DESTDIR/var/log/ceph" ] } |