diff --git a/tools/virsh.c b/tools/virsh.c index 5559d71551d0596748b5df0afc93aebf1bbf5dd5..9d07d3e223b133be05b653b83bd3faccd982724a 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -3068,6 +3068,9 @@ vshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED) #endif #ifdef WITH_STORAGE_SHEEPDOG vshPrint(ctl, " Sheepdog"); +#endif +#ifdef WITH_STORAGE_GLUSTER + vshPrint(ctl, " Gluster"); #endif vshPrint(ctl, "\n");