You might also want to take a look at jt-ipam, especially if you're using Proxmox VE.
jt-ipam integrates directly with Proxmox VE and lets you open the native Proxmox console directly from the VM/CT interface — noVNC for VMs and xterm.js for LXC...
You could open another PVE UI in a second browser tab. Or just pick any number, and edit it after you finished configuring the VM.
I certainly wouldn't mind if it did that, but it's not a deal-breaker for me. If it is for you, though, you could...
Aus gegebenen Anlass hole ich den Thread noch einmal raus. Dieses Jahr findet am 18. und 19.09. wieder die Kielux in Kiel statt.
Wer vorbei kommen möchte ist herzlich eingeladen und falls jemand Lust verspürt mich zeitweise am Proxmox Community...
On LUN limits as the cluster grows : one VM disk is one LUN, so this is the number to plan around. The plugin reads the per-model ceilings from the NAS itself (SYNO.Core.System info type=define) rather than from a datasheet, because they differ...
Hi @shodan
thanks for posting on the forum!
You're right this could be improved.
I wrote a small patch to automatically populate these dropdowns as it is already done for the VM disks itself [1].
Best regards
Jonas
[1]...
The first two version are CLI only, non interactive
The next two version use dialog, so you get to review your settings with a nice GUI
#win10 basic example cli
VMID= NAME= MAC=DE:AD:BE:EF:42:70...
Oh, this project currently supports iSCSI, but FC SAN is not supported yet. I'll need access to actual hardware before I can implement and test that part. However, most of the logic that needs to be handled is indeed the same.
The first two version are CLI only, non interactive
The next two version use dialog, so you get to review your settings with a nice GUI
#win10 basic example cli
VMID= NAME= MAC=DE:AD:BE:EF:42:70...
Any blockers tu be expected when using it with Fiberchannel?
Especially QLogic QLE2672/2692-based cards which are supported by Synology.
Most parts of the workflow (Multipath, LUN, LVM) should be the same.
Hi all,
I have been working on a Synology SAN Manager storage plugin for Proxmox VE and would like to share it here for testing and feedback.
Project: jt-pve-storage-synology
The main reason I built it is that plain iSCSI works with Synology...
Hello together,
in the past we used full tagged network ports for our proxmox servers. In this setup everything was clear:
VM with access to vlan 10: switch - nic0/nic1 - bond0 - vmbr0 (VLAN aware) - vm-nic (tag 10)
VM with access to vlan 20...
This is a common problem for these nics. While yours should be fine with tso/gro/gso off, often the recommended solution is do disable all offloading features. Probably overkill, but it's worth a shot.
ethtool -K eno1 gso off gro off tso off tx...
Hi all,
I have been working on a Synology SAN Manager storage plugin for Proxmox VE and would like to share it here for testing and feedback.
Project: jt-pve-storage-synology
The main reason I built it is that plain iSCSI works with Synology...
work is actually ongoing, validation will be only done for x86_64 in my personal lab, plus smoke test for aarch64.
I expect first batch finished for tomorrow:
https://download.opensuse.org/download/repositories/home:/ciriarte:/pbs-client/...