diff --git a/tools/virsh.c b/tools/virsh.c index 1a9a7136348dfb948d9e381ab7bfa977e4aeb3f9..b96dbda59cd86a341d5e22bf21d460e630fb3111 100644 --- a/tools/virsh.c +++ b/tools/virsh.c @@ -631,6 +631,9 @@ virshShowVersion(vshControl *ctl ATTRIBUTE_UNUSED) #endif #ifdef WITH_STORAGE_GLUSTER vshPrint(ctl, " Gluster"); +#endif +#ifdef WITH_STORAGE_ZFS + vshPrint(ctl, " ZFS"); #endif vshPrint(ctl, "\n");