User Tools

Site Tools


proxmox

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
proxmox [2025/11/26 21:58] benproxmox [2025/11/30 18:16] (current) ben
Line 61: Line 61:
     * Create one vnet for each vlan, setting the zone to ''lan'' and entering the vlan id in ''tag'' field.     * Create one vnet for each vlan, setting the zone to ''lan'' and entering the vlan id in ''tag'' field.
     * When creating VMs, select this vnet to assign to the vlan without needing to re-enter the vlan id.     * When creating VMs, select this vnet to assign to the vlan without needing to re-enter the vlan id.
 +
 +===== VM Tweaks =====
 +
 +==== Unique disk serial numbers ====
 +
 +TrueNAS SCALE demands unique serial numbers on each VM disk for stable imports. Proxmox doesn't have UI for this, but it can be done by editing the VM config files.
 +
 +  * Generate a unique serial number with: <code bash>
 +uuidgen | sed -E "s|-||g" | cut -c 1-20
 +</code>
 +  * Edit the VM definition at ''/etc/pve/qemu-server/${VMID}.conf'' to add ''serial=XXX'' to the end of the ''scsi'' line(s)
 +
 +
proxmox.txt · Last modified: by ben

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki