5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2025-01-25 06:03:52 +03:00

drop references to un-maintained sheepdog plugin

we remove it from pve-storage as it's abandoned

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2019-06-04 17:42:33 +02:00
parent 8aa2ed7c85
commit 90041ba890

View File

@ -54,7 +54,7 @@ my $OVMF = {
],
};
my $qemu_snap_storage = {rbd => 1, sheepdog => 1};
my $qemu_snap_storage = { rbd => 1 };
my $cpuinfo = PVE::ProcFSTools::read_cpuinfo();