Hi,
I have a server with 2 nvme drives, I installed the system on the smallest and wanted to either extended the zfs pool “local” with the second one, or create a second pool, whatever works would be good enough for my need.
Unfortunately, I can’t get any to work.
$ incus admin os system storage show
WARNING: The IncusOS API and configuration is subject to change
config:
scrub_schedule: 0 4 * * 0
state:
drives:
- boot: true
bus: nvme
capacity_in_bytes: 2.56060514304e+11
id: /dev/disk/by-id/nvme-INTEL_SSDPEKKF256G8L_PHHP940505N5256B
member_pool: local
model_family: ""
model_name: INTEL SSDPEKKF256G8L
multipath: false
remote: false
removable: false
serial_number: PHHP940505N5256B
smart:
available_spare: 100
data_units_read: 3.8664628e+07
data_units_written: 2.4496491e+07
enabled: true
passed: true
percentage_used: 7
power_on_hours: 2748
- boot: false
bus: nvme
capacity_in_bytes: 1.000204886016e+12
id: /dev/disk/by-id/nvme-WDS100T1X0E-00AFY0_21469H467609
model_family: ""
model_name: WDS100T1X0E-00AFY0
multipath: false
remote: false
removable: false
serial_number: 21469H467609
smart:
available_spare: 100
data_units_read: 4.9276713e+07
data_units_written: 5.3905075e+07
enabled: true
passed: true
percentage_used: 1
power_on_hours: 6879
pools:
- devices:
- /dev/disk/by-id/nvme-INTEL_SSDPEKKF256G8L_PHHP940505N5256B-part11
encryption_key_status: available
name: local
pool_allocated_space_in_bytes: 4.734976e+06
raw_pool_size_in_bytes: 2.19043332096e+11
state: ONLINE
type: zfs-raid0
usable_pool_size_in_bytes: 2.19043332096e+11
volumes:
- name: incus
quota_in_bytes: 0
usage_in_bytes: 2.965504e+06
use: incus
I edited the pool and added this line, without effect
- /dev/disk/by-id/nvme-WDS100T1X0E-00AFY0_21469H467609
Then I edited the pool and added these lines to create a new pool:
- name: my-pool
type: zfs-raid0
devices:
- /dev/disk/by-id/nvme-WDS100T1X0E-00AFY0_21469H467609
This is without effect too?
As it didn’t work, I tried to wipe the drive as explained in https://linuxcontainers.org/incus-os/docs/main/reference/system/storage/#wiping-a-drive , I don’t know if it was of any effect
My incus client version
incus --version
6.19.1
Help would be appreciated to understand what is happening ^^
edit : no more luck with client 6.23