ah ok sorry, the output wasn't actually necessary to see the issue^^
when you look at your config, you can see that the zpool01 entry does not have the 'sparse 1' option, so the space for each vm volume is reserved upfront:
so while the vm...
root@pve01:~# zpool status
pool: rpool
state: ONLINE
status: Some supported and requested features are not enabled on the pool.
The pool can still be used, but some features are unavailable.
action: Enable all features using 'zpool...
Nothing has changed regarding this afaik. You need switchport with multiple vlans on it (vlan trunk), then create a vmbr0 with a bridged port (that connects to your switchport that(s) with the vlans on it). Then USE the sdn, as its the most...
so we take the info from 'zfs list' which shows:
which shows ~82% used (USED/(USED+AVAIL))
ok, one additional command output would be helpful to see the geometry of the zpool (which might explain the big difference in output)
zpool status
Hi!
The first warning indicates that the iothread option is set on a disk that is not a virtio disk or a virtio-scsi-single controller.
The error which causes the VMs fail to start is the second error about the bridge not being set up...
Ich habe eigentlich 1:1 dasselbe Setup, was du (glaube ich) versuchst, zu erstellen.
Das ganze Thema Bond und Co. lasse ich hier mal weg...
Proxmox-Host mit
- vmbr0 (WAN) an vmbr0 hängt direkt der WAN Access.
- vmbr1 (LAN) vmbr1 geht auf...
this signal (11) is a "SIGSEGV" which means there was a segmentation fault somewhere. I'd guess it's either some corrupted file (you could check this with the 'debsums' package+command) or faulty hardware (like e.g. faulty memory)
since it...
Hi Yummiweb,
Try using Spamassassin. It allows for more fine-grained rule customization.
To correctly create a rule, you need original message headers. Perhaps they contain unique ones to catch spam.
Try it for example. It assigns a high score...
Assuming HDDs:
You mentioned Raid6. This gives you the IOPS of a single disk. A verify need to read the actual data, calculate the checksum and compare it with the stored original checksum. There is no single, large file to be read. Instead it...
HW Raid or ZFS RAIDz won't cover whether the backup is still consistent. So yes: Imho it's absolutely necessary.
What kind of storage are you using? HDDs, SSDs or a fusion pool ( HDDs with SSDs as special device in zfs)?
If you can't afford...
so vm's trying to use a higher mtu is normal and expected then. It just took me by suprise.
I see that it is written about in https://pve.proxmox.com/wiki/Roadmap#9.0-known-issues I must have overseen that entry.
thanks for your quick...
Guten Morgen,
Vielen Dank.
Ich denke ich bin da schon etwas weiter gekommen. Ist zwar noch nicht ganz in meinem Kopf.
Aber wen ich alles richtig verstanden habe ist mein Problem, das proxmox bei vlan Aware an nicht weiß wohin es die tags...