My end goal is to move an existing VM from one node to a second and then permanently decommission the first node as it's on temporary hardware.
The first proxmox node was created bare metal from the proxmox USB installer without issue. I have now created a second node where I had to follow this wonderful guide to first install Debian 11 and then proxmox after in order to workaround an ATI Radeon video card that isn't supported by the proxmox USB installer.
So now I have a cluster that holds both nodes. The partition set up on the 2 nodes is different though, and that appears to impact functionality. I don't like the idea of deviating from the default config, so I'd kinda like to fix this to avoid both immediate and future issues. See attachments.
The disk layout differences that I noticed are:
So my questions are:
The first proxmox node was created bare metal from the proxmox USB installer without issue. I have now created a second node where I had to follow this wonderful guide to first install Debian 11 and then proxmox after in order to workaround an ATI Radeon video card that isn't supported by the proxmox USB installer.
So now I have a cluster that holds both nodes. The partition set up on the 2 nodes is different though, and that appears to impact functionality. I don't like the idea of deviating from the default config, so I'd kinda like to fix this to avoid both immediate and future issues. See attachments.
The disk layout differences that I noticed are:
- The Debian installer created a 1GB swap partition
- Proxmox installer created an EFI partition and the Debian installer did not
- Debian installed node ended up with a single partition for everything in the node, whereas the proxmox installer created separate "local" and "local-lvm" partitions.
So my questions are:
- Is it recommended (in general) to have a separate partition for local-lvm?
- If so, can I just use linux partition utilities (outside proxmox) to resize the partition and leave space for local-lvm?
- Can I delete the 1GB swap partition? I have already removed the debian kernel as instructed while installing proxmox on top of the debian install
- Does it matter that there's no EFI partition as long as the machine boots normally?
- Does it matter that the second node shows the main partition usage as "ext4" vs the first node that lists usage as "LVM"