From 881624b431fc9ce9c298be5ae99b4ce25e4cd284 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antoine=20Beaupr=C3=A9?= <anarcat@debian.org> Date: Wed, 24 May 2023 11:45:50 -0400 Subject: [PATCH] disable floppy on Ganeti clusters This is from: https://dsa.debian.org/howto/install-ganeti/ ... and is assumed to be harmless. It's not deployed on gnt-fsn yet but will be deployed on gnt-dal shortly. --- howto/ganeti.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/howto/ganeti.md b/howto/ganeti.md index 26664bed..463b8468 100644 --- a/howto/ganeti.md +++ b/howto/ganeti.md @@ -2787,7 +2787,7 @@ Then the following extra configuration was performed: gnt-cluster modify --reserved-lvs vg_ganeti/root,vg_ganeti/swap gnt-cluster modify -H kvm:kernel_path=,initrd_path= gnt-cluster modify -H kvm:security_model=pool - gnt-cluster modify -H kvm:kvm_extra='-device virtio-rng-pci\,bus=pci.0\,addr=0x1e\,max-bytes=1024\,period=1000' + gnt-cluster modify -H kvm:kvm_extra='-device virtio-rng-pci\,bus=pci.0\,addr=0x1e\,max-bytes=1024\,period=1000 -global isa-fdc.fdtypeA=none' gnt-cluster modify -H kvm:disk_cache=none gnt-cluster modify -H kvm:disk_discard=unmap gnt-cluster modify -H kvm:scsi_controller_type=virtio-scsi-pci @@ -2910,7 +2910,7 @@ Then the following extra configuration was performed: gnt-cluster modify --reserved-lvs vg_ganeti/root,vg_ganeti/swap gnt-cluster modify -H kvm:kernel_path=,initrd_path= gnt-cluster modify -H kvm:security_model=pool -gnt-cluster modify -H kvm:kvm_extra='-device virtio-rng-pci\,bus=pci.0\,addr=0x1e\,max-bytes=1024\,period=1000' +gnt-cluster modify -H kvm:kvm_extra='-device virtio-rng-pci\,bus=pci.0\,addr=0x1e\,max-bytes=1024\,period=1000 -global isa-fdc.fdtypeA=none' gnt-cluster modify -H kvm:disk_cache=none gnt-cluster modify -H kvm:disk_discard=unmap gnt-cluster modify -H kvm:scsi_controller_type=virtio-scsi-pci @@ -3125,7 +3125,7 @@ Then the following extra configuration was performed: gnt-cluster modify --reserved-lvs vg_system/root,vg_system/swap gnt-cluster modify -H kvm:kernel_path=,initrd_path= gnt-cluster modify -H kvm:security_model=pool -gnt-cluster modify -H kvm:kvm_extra='-device virtio-rng-pci\,bus=pci.0\,addr=0x1e\,max-bytes=1024\,period=1000' +gnt-cluster modify -H kvm:kvm_extra='-device virtio-rng-pci\,bus=pci.0\,addr=0x1e\,max-bytes=1024\,period=1000 -global isa-fdc.fdtypeA=none' gnt-cluster modify -H kvm:disk_cache=none gnt-cluster modify -H kvm:disk_discard=unmap gnt-cluster modify -H kvm:scsi_controller_type=virtio-scsi-pci -- GitLab