I am running PVE 6.0 and on this pve node, I have already started 2 vm with rbd disks to my ceph storage, However, sometime if I need to start third VM using rbd disk, PVE will error with following msg. It only can be solve if I reboot the pve node and then I can start 3 VM or more using rbd...
FYI for PVE 6.0 live migration with local-disks and with replicated volume is still not possible
root@gpu01:~# qm migrate 800 gpu02 --online --with-local-disks --force
2019-10-01 03:27:01 use dedicated network address for sending migration traffic (10.10.1.51)
2019-10-01 03:27:01 starting...
It still require kvm to send discard and ceph is capable of handling discard command and pass it to the corresponded osd
so enable discard should be enough.
machine type needs to be pc-q35-3.1 please remove args: -machine type=q35,kernel_irqchip=on
you need to pass pcie 04:00 entire card
do you have iommu enabled in /etc/default/grub
does your cpu and motherboard support VT-d
Please check my settings - with red line highlights
I am using PVE 6.0 with NV 2080ti (you need to roughcast entire pcie card including audio and usb port)
I am using PVE 6.0 with NV 2080ti
please check my setting with red line highlights
You need to passthrough entire PCIe device including audio and also usb
JSON text must be an object or array (but found number, string, true, false or null, use allow_nonref to allow this) at /usr/share/perl5/PVE/CLI/pvesh.pm line 125
I keep getting pvesh error complaining json malformat
/usr/share/perl5/PVE/CLI/pvesh.pm @ line 125
sub proxy_handler {
my ($node, $remip, $path, $cmd, $param) = @_;
my $args = [];
foreach my $key (keys %$param) {
next if $key eq 'quiet' || $key eq 'output-format'; # just to...
yes I have same error and I realize that I need to move cloud-init drive to local storage and not put them on share storage, then, live migration/HA will work
I noticed that on PVE 5.4
if you have a vm that uses cloud-init drive and the selected storage is ceph or other shared storage, live migration/HA will fail due to the destination already have the file exist
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.