Ich kann leider nicht beurteilen, welche Platte du zum Pool hinzufügen möchtest, da ich keine unbenutzte mit passender Größe sehe. Es sollte so ähnlich funktionieren
zpool attach datavault-01 raidz1-0 /dev/...
Bedenke dass du danach eventuell...
Yes, this is a problem of almost all "look, this is my super duper script to backup" posts. They focus on the wrong end. Bare metal restore is always tricky unless you know what you're doing. Currently, there is no solution to address every use...
No It had not worked
After i asisgn the ip 10.10.10.10 to the VM which is inside Proxmox and the VM is neither replying to the ping nor curl ifconfig.me
Hi,
you can upload a custom certificate using the API through the POST /nodes/{node}/certificates/custom endpoint: https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/certificates/custom
You are aware that if the metadata containing special device in a ZFS pool gets lost the whole pool is gone? For that reason the special device (aka metadata store) should be setup on a mirror.
Hi,
you can upload a custom certificate using the API through the POST /nodes/{node}/certificates/custom endpoint: https://pve.proxmox.com/pve-docs/api-viewer/index.html#/nodes/{node}/certificates/custom
Hey Falk,
ich stimme Dir da ganz generell zu. Vor allem weil die Performance nachher keine 10+% schlechter ist, sondern nur der Speicherzugriff und wahrscheinlich ist es auch nicht wirtschaftlich, wenn ich mich weiter damit beschäftige.
Aber...
Also die gar nichts konfigurieren Situation ist eher der Normalzustand und reicht für 95% der Fälle aus.
Wenn man einzelne kritische VMs hat, kann man natürlich Tuning betreiben.
Ich empfehle seit jahren nur noch Single Socket Server zu nutzen...
So if i understand correctly if i do this command:
zfs list -H -oname,refreservation | grep -Ev "none" | awk '/vm-/ {print $1'} | while read disk; do echo "zfs set refreservation=none $disk"; done
In theory if that vm space occupied is for...
I don't think a single volume created with HW RAID can be repaired using ZFS Scrub. Is that configuration really okay...?
It seems to me like we're losing one of ZFS's major advantages...
So if i uderstand correctly, the option "sparse 1" is when this checkbox is checked?
But if i selected the existing file of vm disk is not reduce the allocated space right?So it doesn't make any changes if i enable this option after?
Hello,
is there any possibility to auto enroll the web-gui SSL certifacte. We want to integrate our System in an Active Directory PKI and need to auto enroll/renwe the certifcates for our Proxmox Cluster and i wonder if somebody implemented...