]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mon/MDSMonitor: skip offline ERR for down fs
authorPatrick Donnelly <pdonnell@redhat.com>
Thu, 17 Jan 2019 16:41:42 +0000 (08:41 -0800)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 18 Jan 2019 01:25:47 +0000 (17:25 -0800)
commitbaf55f230b13709b3d020c0e838e9e1ff00e76e2
tree23b151b7277d97225db2248e26906ee1ceede333
parent39f9e8db4dc7f8bfcb01a9ad20b8961c36138f4f
mon/MDSMonitor: skip offline ERR for down fs

The idea here is that a file system marked down is considered intentionally
archived by the sysadmin. Consider the future use-case where there are dozens
or hundreds of file systems in use by dynamic applications that come and go.  A
file system may only be brought up when the corresponding application is
online.

Fixes: http://tracker.ceph.com/issues/20611
Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mds/MDSMap.cc