]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mds: Adjust mydir auth when starting MDS that was stopped cleanly
authorYan, Zheng <zheng.z.yan@intel.com>
Tue, 25 Sep 2012 05:46:06 +0000 (13:46 +0800)
committerSage Weil <sage@inktank.com>
Tue, 25 Sep 2012 14:33:57 +0000 (07:33 -0700)
commit200ed2b3f0426e4976eacc33544cf1d1572b115c
tree4ffd908049f2aa8c8685627f2e78750547e03eb9
parent057153596163a94c434f4b7d48bd3c694f0d14ce
mds: Adjust mydir auth when starting MDS that was stopped cleanly

When starting a MDS that was stopped cleanly, we need manually
adjust mydir's auth. This is because MDS log is empty in this case,
mydir's auth can not be adjusted during log replay.

Signed-off-by: Yan, Zheng <zheng.z.yan@intel.com>
src/mds/MDCache.cc
src/mds/MDS.cc