mirror of
https://github.com/kneutron/ansitest.git
synced 2025-01-16 04:42:55 +08:00
11 lines
263 B
Bash
11 lines
263 B
Bash
#!/bin/bash
|
|
|
|
# this is for when the zfs pool was created / imported commandline and GUI does not detect it
|
|
|
|
# xxx TODO EDITME or use $1 / $2
|
|
pvesm add zfspool zfs2nvme -pool znvme
|
|
|
|
# zfs2nvme = proxmox name you want displayed in gui
|
|
# znvme = actual zpool name
|
|
|