Hi, every new unmodified LXC on the debian-12-standard_12.12-1 template will not connect to my network, local or otherwise
With static ip
root@CT100:~# ping 192.168.0.1
PING 192.168.0.1 (192.168.0.1) 56(84) bytes of data.
From 192.168.0.101...
Das Thema Hardware-RAID hat sich eh erledigt. Die Preissteigerung der Controller in den letzten Jahren ist fast so schlimm wie aktuell bei RAM und SSD. ;-)
I have a 4 node 9.1.5 cluster where each node has a 300GB boot disk and second disk (1TB SSD). The second disk on all nodes is defined as DIR storage named dir1. /etc/pve/storage.cfg shows the following
dir: dir1
path /mnt/pve/dir1
contents...
A ZFS pools consists of one or more vdevs. Vdevs implement the known topologies: single drive/mirror/RaidZx. When you have more than one vdev the combination in a pool is called "striped". (Nearly) every ZFS pool I have has more than one vdev -->...
Das Thema Hardware-RAID hat sich eh erledigt. Die Preissteigerung der Controller in den letzten Jahren ist fast so schlimm wie aktuell bei RAM und SSD. ;-)
Everything HDD
I want to prevent striping.
Thats the reason why i think about using the a similar model like now but instead of using mdadm i would use zfs
Yes, discard is enabled for all disks, however I only enabled it AFTER creating the disks (i.e. they were created without during the import/restore). So this perhaps will only work after moving the disk to a new destination?
Da gebe ich dir recht, und ja ich war etwas polemisch. Trotzdem, mit ZFS musst du im Notfall nicht den exakt selben RAID Controler finden, nur um dann zu merken, dass er das RAID trotzdem nicht mehr funktioniert. Bei ZFS, kannst du im schlimmsten...
Well, you can put different sized disks into one pool. "Striped". This is NOT recommended because it removes some very important features!
A mirror (and that's what we mostly use in PVE context) needs two (or more) same sized disks.
You can...
I have, that's why I'm here. Been doing IT for 30 years. I do a lot before I ask for help. There are a few different versions, even this particular model can come with two different CPUs. The only info or videos I can find are related to the...
Hi dakralex! Thanks for the help so far!
After some hardware shuffles, they are now `01` and `0b`. `0b` is the troublesome one. `lspci` provided for both.
root@nasty:~# lspci -s 0000:01:00 -vvnnk
01:00.0 Serial Attached SCSI controller [0107]...
If the VM stays the same, moving the VM between nodes does not affect any licensing agreement. As long as the PC (virtual or dedicated) stays the same, the underlaying hardware or hypervisor does not matter.
Does it work when you stop your PVE-Firewall ( systemctl stop pve-firewall ) ? Usually outgoing connections are always allowed, even with the firewall enabled (and E/R incoming connections aswell).
I think the issue is not the vdev redundancy level. The same would happen even with the following pool layout which should be sane.
3xMirror special device
Raidz3 8xhdd vdev
ZFS 2.4 specially allow zvol write to land on the special vdev so it's...