]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mds/MDSMap: fix incompat version for encoding 2254/head
authorSage Weil <sage@redhat.com>
Wed, 13 Aug 2014 22:05:05 +0000 (15:05 -0700)
committerSage Weil <sage@redhat.com>
Wed, 13 Aug 2014 22:05:05 +0000 (15:05 -0700)
commitd74d3f1cd69332fd9ae844f1e929aca5452c7e30
tree35d20ffb6ac9149e05e4bc68359ddf96533e6038
parent369c6392c5fd004b5f3fcf02fcdd74c67f66c870
mds/MDSMap: fix incompat version for encoding

Back in 8f7900a09c8e490c9cd3a6f92ed1f0eb1f47f2a9 we added the new fields
before the 'extended' section, which made the encoding incompatible.
Instead, add them at the end--old clients don't care whether the enabled
flag is set or what the 'fs name' is.

Fixes: #8725
Signed-off-by: Sage Weil <sage@redhat.com>
src/mds/MDSMap.cc