Virsh ZFS Pool: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „*virsh pool-define-as --name zfs --source-name new-pool --type zfs“) |
|||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
| + | =Install Modul= | ||
| + | *apt install libvirt-daemon-driver-storage-zfs | ||
| + | =Define= | ||
*virsh pool-define-as --name zfs --source-name new-pool --type zfs | *virsh pool-define-as --name zfs --source-name new-pool --type zfs | ||
| + | =Start= | ||
| + | *virsh pool-start zfs | ||
| + | =Autostart= | ||
| + | *virsh pool-autostart zfs | ||
Aktuelle Version vom 24. März 2022, 15:11 Uhr
Install Modul
- apt install libvirt-daemon-driver-storage-zfs
Define
- virsh pool-define-as --name zfs --source-name new-pool --type zfs
Start
- virsh pool-start zfs
Autostart
- virsh pool-autostart zfs