mirror of
https://github.com/libvirt/libvirt.git
synced 2026-08-11 05:24:44 -05:00
Remove support for building the sheepdog storage driver backend
The sheepdog project is unmaintained, with last commit in 2018 and numerous unanswered issues reported. Remove the libvirt storage driver support for it to follow the removal of the client support in qemu. Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Claudio Fontana <cfontana@suse.de> Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
@@ -579,9 +579,6 @@ virshShowVersion(vshControl *ctl G_GNUC_UNUSED)
|
||||
#ifdef WITH_STORAGE_RBD
|
||||
vshPrint(ctl, " RBD");
|
||||
#endif
|
||||
#ifdef WITH_STORAGE_SHEEPDOG
|
||||
vshPrint(ctl, " Sheepdog");
|
||||
#endif
|
||||
#ifdef WITH_STORAGE_GLUSTER
|
||||
vshPrint(ctl, " Gluster");
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user