You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# lvcreate --size 7204k -n VG1/vm-107-disk-2.meta_00000 -y -m 1 /dev/nvme0n1 /dev/nvme1n1
Inconsistent volume group names given: "VG1" and "nvme0n1"
Run `lvcreate --help' for more information.
Right usage:
# lvcreate --size 7204k VG1 -n vm-107-disk-2.meta_00000 -y -m 1 /dev/nvme0n1 /dev/nvme1n1
Rounding up size to full physical extent 8.00 MiB
Logical volume "vm-107-disk-2.meta_00000" created.
I use this to put the meta data to the Intel Optane as RAID1: linstor sp sp px1 zfs_12_meta StorDriver/LvcreateOptions "-m 1 /dev/nvme0n1 /dev/nvme1n1" linstor sp sp px2 zfs_12_meta StorDriver/LvcreateOptions "-m 1 /dev/nvme0n1 /dev/nvme1n1"
I get this:
Description:
(Node: 'px2') Failed to create lvm volume
Details:
Command 'lvcreate --config devices { filter=['a|/dev/sdf3|','a|/dev/sdg3|','a|/dev/sdh3|','a|/dev/sdb3|','a|/dev/sdc3|','a|/dev/sdd3|','a|/dev/sde3|','a|/dev/nvme1n1|','a|/dev/nvme0n1|','a|/dev/sda3|','r|.*|'] } --size 7204k -n VG1/vm-107-disk-2.meta_00000 -y -m 1 /dev/nvme0n1 /dev/nvme1n1' returned with exitcode 3.
Standard out:
Error message:
Inconsistent volume group names given: "VG1" and "nvme0n1"
Run `lvcreate --help' for more information.
Node: px2, Storage pool name: zfs_12_meta
The text was updated successfully, but these errors were encountered:
Wrong usage:
Right usage:
I use this to put the meta data to the Intel Optane as RAID1:
linstor sp sp px1 zfs_12_meta StorDriver/LvcreateOptions "-m 1 /dev/nvme0n1 /dev/nvme1n1"
linstor sp sp px2 zfs_12_meta StorDriver/LvcreateOptions "-m 1 /dev/nvme0n1 /dev/nvme1n1"
I get this:
The text was updated successfully, but these errors were encountered: