When a storage pool is created, an allocation (storehouse) must be created with the storage pool. This allocation is described as "
created along with" the storage pool. Adding new allocations (storehouses) to this storage pool is described as "added to"
the storage pool. Disabling allocations "
created along with" the storage pool cause the storage pool to not be listed in data source ELM logging. Although you can disable allocations "added to" the storage pool, it does not cause the issue.
For example,
Storage Pool
"Linux-Pool" was added and an allocation "Alloc_1604047403_1" was created with the storage pool. Later, new allocations were also added.
nquery -d '/usr/local/elm/mgtdb/elm.dfl|127.0.0.1|2333' -q 'select * from sh'
sh.SHID|sh.Name|sh.Description|sh.SRBytes|sh.TotalSR|sh.AllocatedSR|sh.MountPoint|sh.StartByteOff|sh.Enabled
1|Alloc_1604047403_1|created along with Linux-Pool|2147483648|460|460|/elm_allocations/Alloc_1604047403_1_20201030084325|-1|F
2|Alloc_1612721520_1|added to Linux-Pool|2147483648|454|454|/elm_allocations/Alloc_1612721520_1_20210207181201|-1|F
3|Alloc_1616953611_1|added to Linux-Pool|2147483648|460|295|/elm_allocations/Alloc_1616953611_1_20210328174653|-1|T
4|Alloc_1616954010_1|added to Linux-Pool|2147483648|451|0|/elm_allocations/Alloc_1616954010_1_20210328175331|-1|F