zfs
create mirror
take disk offline
delete disk
export pool
import pool
delete pool
status pool
add disk to mirror
add cache
add log disk
various
lsof | grep rpool
zpool get bootfs rpool
zfs set readonly=on rpool
zpool destroy -f rpool
If the GUI doesn't "see" the ZFS storage, you may have to do this: pvesm add zfspool zfs2nvme -pool znvme zfs2nvme = what it will be named in proxmox GUI znvme = name of the actual zpool at the host level
zpool import -f
Manchmal kann es auch sein, dass bestimmte Berechtigungen fehlen oder die Konfiguration nicht korrekt ist. Überprüfe in /etc/pve/storage.cfg, ob der Pool korrekt konfiguriert ist. Beispiel:
bash Copy code
dir: zfspool path /mnt/pve/zfspool content images,iso maxsize 10TB
- Logs überprüfen Wenn immer noch Probleme bestehen, prüfe die Proxmox- und ZFS-Logs, um genauere Fehlermeldungen zu erhalten:
Proxmox-Logs: /var/log/syslog, /var/log/pve ZFS-Logs: /var/log/zfs
. Volumes erstellen Wenn der ZFS-Pool korrekt angezeigt wird und du ein neues ZFS-Volume erstellen möchtest, kannst du dies mit folgendem Befehl tun:
bash
Copy code
zfs create
bash Copy code zfs create mypool/myvolume
https://hub.docker.com/r/pierrecdn/phpipam