]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mon: do not update inline incompat except via mds
authorPatrick Donnelly <pdonnell@redhat.com>
Tue, 30 Mar 2021 21:07:46 +0000 (14:07 -0700)
committerPatrick Donnelly <pdonnell@redhat.com>
Fri, 30 Jul 2021 23:28:53 +0000 (16:28 -0700)
commit8cdc36c89da224eb8e86ee6ed80cd2eb65354587
tree5690e2f7292f1514758770c10dec2c0ff3edc912
parent4a10b6016ff76f80e27574ad2ab40ac5b0266264
mon: do not update inline incompat except via mds

The MDS_FEATURE_INCOMPAT_INLINE feature indicates that an MDS knows how
to read/write inline data and that the file system may have it. The
separate setting for inline_data protects this file system feature.

Signed-off-by: Patrick Donnelly <pdonnell@redhat.com>
src/mon/FSCommands.cc