Howto stratis storage
first we identify the disk:
lsblk
next we clean any partition on this disk:
wipefs -a /dev/nvme0n1
create the stratis pool:
stratis pool create mypool /dev/nvme0n1
first we identify the disk:
lsblk
next we clean any partition on this disk:
wipefs -a /dev/nvme0n1
create the stratis pool:
stratis pool create mypool /dev/nvme0n1