Hello,
I discovered NVMe namespaces and tried to play with them.
Show current storage conf :
[root@p9-2-vio2:/home/padmin]# nvmemgr -S -l nvme1
----------------------------------------------------------------
Name Location State Size
----------------------------------------------------------------
nvme1 01-00 Available 800.17GB
hdisk1 01-00 Available 800.17GB
Remove existing namespace :
[root@p9-2-vio2:/home/padmin]# nvmemgr -R -l nvme1 -d hdisk1
Namespace deleted successfully.
Create new name space :
[root@p9-2-vio2:/home/padmin]# nvmemgr -C -l nvme1 -s 50GB -b 1
Namespace created successfully. NSID = 0x1
Namespace attached successfully.
Show storage conf :
[root@p9-2-vio2:/home/padmin]# nvmemgr -S -l nvme1
----------------------------------------------------------------
Name Location State Size
----------------------------------------------------------------
nvme1 01-00 Available 800.17GB
hdisk1 01-00 Available 50.00GB
Then I tried to create a second name space but it fails :
[root@p9-2-vio2:/home/padmin]# nvmemgr -C -l nvme1 -s 50GB -b 1
Namespace Identifier Unavailable
What is the problem ?
(running on 9009-42G with firmware FW950.60 aka VL950_111 and VIOS level 3.1.2.30)
------------------------------
Sylvain
------------------------------