We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f2b7c04 + 9362ecc commit 0bb7b6dCopy full SHA for 0bb7b6d
src/tools/rbd/action/Kernel.cc
@@ -270,6 +270,7 @@ static int do_kernel_list(Formatter *f) {
270
#endif
271
}
272
273
+#ifdef WITH_KRBD
274
static int get_unsupported_features(librbd::Image &image,
275
uint64_t *unsupported_features)
276
{
@@ -373,6 +374,7 @@ static void print_error_description(const char *poolname,
373
374
done:
375
std::cout << "In some cases useful info is found in syslog - try \"dmesg | tail\"." << std::endl;
376
377
+#endif
378
379
static int do_kernel_map(const char *poolname, const char *nspace_name,
380
const char *imgname, const char *snapname,
0 commit comments