diff options
author | Sage Weil <sage@inktank.com> | 2013-02-12 17:02:52 -0800 |
---|---|---|
committer | Sage Weil <sage@inktank.com> | 2013-02-13 12:30:22 -0800 |
commit | e80675a0f333c04452d4822fd0eb3c6e92eda3df (patch) | |
tree | 435d34c9aaf2993ef63e8fe485f6edb1651dbdf8 | |
parent | 809143f16c70483ba5bb429dea812d31b67f2b49 (diff) | |
download | ceph-e80675a0f333c04452d4822fd0eb3c6e92eda3df.tar.gz |
debian: include /var/lib/ceph/bootstrap-mds in package
Signed-off-by: Sage Weil <sage@inktank.com>
-rw-r--r-- | debian/ceph.dirs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/ceph.dirs b/debian/ceph.dirs index b9b8a21816f..ca7a880636c 100644 --- a/debian/ceph.dirs +++ b/debian/ceph.dirs @@ -5,3 +5,4 @@ var/lib/ceph/mon var/lib/ceph/osd var/lib/ceph/mds var/lib/ceph/bootstrap-osd +var/lib/ceph/bootstrap-mds |