I currently have 2 small SSDs but I want to remove a damaged SSD and replace it with a much more bigger one and move all my VMs and containers in it leaving the small SSD just for Proxmox.
My new SSD is showing as
I do
Next I do
Looking online I excluded some common problems but doing
What should I do? Should I change the disk label or can I remove
Thanks everyone for the help
My new SSD is showing as
/dev/sdc
I do
fdisk /dev/sdc
and then press n to create a new partition, I press p and I leave everything as default, finally I press w to save.Next I do
pvcreate /dev/sdc1
but I get Device /dev/sdc1 excluded by a filter.
Looking online I excluded some common problems but doing
grep filter /etc/lvm/lvm.conf
I found global_filter = [ "r|/dev/zd.*|", "r|/dev/mapper/pve-.*|" "r|/dev/mapper/.*-(vm|base)--[0-9]+--disk--[0-9]+|", [B][U]"r|/dev/sdc.*|"[/U][/B]]
What should I do? Should I change the disk label or can I remove
/dev/sdc
from the filter? And why that filter is present?Thanks everyone for the help