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/...
Falls du ohne Vorkenntnisse möglichst wenig Arbeit willst, bleibe ich bei meiner Empfehlung auf Seite 1:
UnRAID kostet Geld, gilt aber generell als sehr benutzerfreundlich, aber dafür auch weniger flexibel.
Zu OPNsense gilt ähnliches, da hat...
Vielleicht wäre NethServer 8 eher etwas für deine Zwecke, wenn es um reines klicken geht - aber sei gewarnt - wenn's dort knallt hast echt Probleme - hier läuft alles via FQDN und Docker - ätzend (my2Cent)!
Es ist noch kein Meister vom Himmel...
We are excited to announce the first release of Proxmox Virtual Environment with official support for a second CPU architecture: 64-bit ARM (arm64/aarch64). Until now, Proxmox VE was available for x86-64 (amd64) only.
Proxmox VE 9.2 for arm64...
This is a very good point, and you should be very careful. This script looks okay though, but it is provided by the ProxMox VE Helper Community site. I would be very careful using it in a production setup and always check it as these are...
I replicated the issue with KVM crashing sporadically and have a core dump that points to libpixman. This looks like the bug I fixed last year: https://gitlab.freedesktop.org/pixman/pixman/-/merge_requests/148
The fix didn't get included in...