mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
Add functionality for NVMe (#2101)
This commit is contained in:
parent
da008b45f1
commit
62fbe65d23
@ -70,6 +70,10 @@ elif partprobe /dev/sdb &>/dev/null;
|
||||
then
|
||||
SYSNAME="machines"
|
||||
DEVTYPE=sdb
|
||||
elif partprobe /dev/nvme0n1 &>/dev/null;
|
||||
then
|
||||
SYSNAME="NVMe"
|
||||
DEVTYPE=nvme0n1
|
||||
else
|
||||
msg_box "It seems like you didn't add a second disk.
|
||||
To be able to put the DATA on a second drive formatted as ZFS you need to add a second disk to this server.
|
||||
|
||||
@ -70,6 +70,10 @@ elif partprobe /dev/sdb &>/dev/null;
|
||||
then
|
||||
SYSNAME="machines"
|
||||
DEVTYPE=sdb
|
||||
elif partprobe /dev/nvme0n1 &>/dev/null;
|
||||
then
|
||||
SYSNAME="NVMe"
|
||||
DEVTYPE=nvme0n1
|
||||
else
|
||||
msg_box "It seems like you didn't add a second disk.
|
||||
To be able to put the DATA on a second drive formatted as ZFS you need to add a second disk to this server.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user