If we are missing the hammer feature, we will also be missing the
luminous feature, but we should still encode like hammer.
Analogous fix to
e28e0c617af8825ae92cced5d87cc4f403709e48
Signed-off-by: Sage Weil <sage@redhat.com>
// this was the first post-hammer thing we added; if it's missing, encode
// like hammer.
v = 21;
- }
- if (!HAVE_FEATURE(features, SERVER_LUMINOUS)) {
+ } else if (!HAVE_FEATURE(features, SERVER_LUMINOUS)) {
v = 24;
}