Hi;
I set up 2 node proxmox cluster with drbd9 shared storage (and using Lvm.lvm plugin on top of it). Everything is working fine from web console, adding new volume, deleting it and also mange to resize it from CLI.
Now I want to prepare new lvm volumes for my KVM servers and then dd-ing them from my current KVM setup.
I created new volume with:
$ drbdmanage add-resource myvm
$ drbdmanage add-volume myvm 100GB --deploy 2
I can see that volume on both nodes (drbdmanage volumes, lvs, ...). But I can't see it in webconsole under strorage->drbd1->content. Here I can see only volumes created from web console. Also when I try to insert /etc/pve/qemu-server/myvm.conf disk can't be opened.
I am receiving an error TASK ERROR: unable to parse lvm volume name 'myvm_00'.
So what i need to repair, that disks will also appear in web console and I am going to be able to use them in my vm-s configurations?
Regards.
I set up 2 node proxmox cluster with drbd9 shared storage (and using Lvm.lvm plugin on top of it). Everything is working fine from web console, adding new volume, deleting it and also mange to resize it from CLI.
Now I want to prepare new lvm volumes for my KVM servers and then dd-ing them from my current KVM setup.
I created new volume with:
$ drbdmanage add-resource myvm
$ drbdmanage add-volume myvm 100GB --deploy 2
I can see that volume on both nodes (drbdmanage volumes, lvs, ...). But I can't see it in webconsole under strorage->drbd1->content. Here I can see only volumes created from web console. Also when I try to insert /etc/pve/qemu-server/myvm.conf disk can't be opened.
I am receiving an error TASK ERROR: unable to parse lvm volume name 'myvm_00'.
So what i need to repair, that disks will also appear in web console and I am going to be able to use them in my vm-s configurations?
Regards.
Last edited: