typo fix
This commit is contained in:
@@ -8,6 +8,8 @@ proxmox post install ovh soyoustart
|
||||
|
||||
https://www.ma-solution.fr/ovh-soyoustart-cree-un-partition-zfs-sur-un-serveur-dedie/
|
||||
|
||||
## stop proxomox
|
||||
|
||||
```sh
|
||||
systemctl stop pvestatd
|
||||
systemctl stop pvedaemon
|
||||
@@ -19,6 +21,7 @@ systemctl stop pveproxy
|
||||
systemctl stop pve-manager
|
||||
```
|
||||
|
||||
## remove lvm
|
||||
```sh
|
||||
lsblk
|
||||
umount /var/lib/vz
|
||||
@@ -30,6 +33,7 @@ lvdisplay
|
||||
lvremove /dev/vg/data
|
||||
```
|
||||
|
||||
## remove mdadm
|
||||
```sh
|
||||
cat /proc/mdstat
|
||||
mdadm --misc --stop /dev/md5
|
||||
@@ -51,6 +55,7 @@ update-initramfs -u
|
||||
vim /etc/fstab
|
||||
```
|
||||
|
||||
## create zfs
|
||||
```sh
|
||||
zpool create -f -o ashift=12 rpool mirror /dev/sda5 /dev/sdb5
|
||||
zfs set compression=lz4 rpool
|
||||
@@ -74,6 +79,7 @@ zfs mount -a;
|
||||
zfs get mounted,canmount,mountpoint rpool/vz
|
||||
```
|
||||
|
||||
## restart proxmox
|
||||
```sh
|
||||
systemctl start pvestatd
|
||||
systemctl start pvedaemon
|
||||
|
||||
Reference in New Issue
Block a user