summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2013-10-31 05:20:11 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2013-10-31 05:20:11 +0000
commit40eba10c5a76f17c600467efcf25d43b3c271ace (patch)
treea57addd9566cedfb534c79e72a3573f601fe6699
parent34caba8f880001958d834123af8bb4f5cae3976e (diff)
downloadceph-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.morph2
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"
]
}