[DRBD-user] linstor rg lp shows no KVPs

Volodymyr Litovka doka.ua at gmx.com
Fri Apr 3 18:54:55 CEST 2020


Hi,

don't know, whether it impacts functionally, but

==== 1 ====

# linstor rg m --place-count 2 --storage-pool drbd DfltRscGrp
SUCCESS:
Description:
     Resource group 'DfltRscGrp' modified.
Details:
     Resource group 'DfltRscGrp' UUID is: a52e934a-9fd9-44cb-9db1-716dcd13aae3
# linstor rg lp DfltRscGrp
╭─────────────╮
┊ Key ┊ Value ┊
╞═════════════╡
╰─────────────╯

while

select * from LINSTOR.RESOURCE_GROUPS;
+--------------------------------------+---------------------+-------------------------+-------------+-------------+---------------+-----------+-----------------------------+----------------------------+------------------+-----------------------+-----------------------+-----------------------+
| UUID                                 | RESOURCE_GROUP_NAME | RESOURCE_GROUP_DSP_NAME | DESCRIPTION | LAYER_STACK | REPLICA_COUNT | POOL_NAME | DO_NOT_PLACE_WITH_RSC_REGEX | DO_NOT_PLACE_WITH_RSC_LIST | REPLICAS_ON_SAME | REPLICAS_ON_DIFFERENT | ALLOWED_PROVIDER_LIST | DISKLESS_ON_REMAINING |
+--------------------------------------+---------------------+-------------------------+-------------+-------------+---------------+-----------+-----------------------------+----------------------------+------------------+-----------------------+-----------------------+-----------------------+
| a52e934a-9fd9-44cb-9db1-716dcd13aae3 | DFLTRSCGRP          | DfltRscGrp              | NULL        | NULL        |             2 | drbd      | NULL                        | NULL                       | NULL             | NULL                  | NULL                  |                  NULL |
+--------------------------------------+---------------------+-------------------------+-------------+-------------+---------------+-----------+-----------------------------+----------------------------+------------------+-----------------------+-----------------------+-----------------------+

==== 2 ====

# linstor resource-group create my_ssd_group --storage-pool drbd --place-count 2
SUCCESS:
Description:
     New resource group 'my_ssd_group' created.
Details:
     Resource group 'my_ssd_group' UUID is: 7d2e1115-2db7-4422-adf9-447eefeafa37
# linstor rg lp my_ssd_group
╭─────────────╮
┊ Key ┊ Value ┊
╞═════════════╡
╰─────────────╯
Unexpected additional property data, ignoring.

while

select * from RESOURCE_GROUPS;
+--------------------------------------+---------------------+-------------------------+-------------+-------------+---------------+-----------+-----------------------------+----------------------------+------------------+-----------------------+-----------------------+-----------------------+
| UUID                                 | RESOURCE_GROUP_NAME | RESOURCE_GROUP_DSP_NAME | DESCRIPTION | LAYER_STACK | REPLICA_COUNT | POOL_NAME | DO_NOT_PLACE_WITH_RSC_REGEX | DO_NOT_PLACE_WITH_RSC_LIST | REPLICAS_ON_SAME | REPLICAS_ON_DIFFERENT | ALLOWED_PROVIDER_LIST | DISKLESS_ON_REMAINING |
+--------------------------------------+---------------------+-------------------------+-------------+-------------+---------------+-----------+-----------------------------+----------------------------+------------------+-----------------------+-----------------------+-----------------------+
| a52e934a-9fd9-44cb-9db1-716dcd13aae3 | DFLTRSCGRP          | DfltRscGrp              | NULL        | NULL        |             2 | drbd      | NULL                        | NULL                       | NULL             | NULL                  | NULL                  |                  NULL |
| 7d2e1115-2db7-4422-adf9-447eefeafa37 | MY_SSD_GROUP        | my_ssd_group            |             | []          |             2 | drbd      | NULL                        | []                         | []               | []                    | []                    |                  NULL |
+--------------------------------------+---------------------+-------------------------+-------------+-------------+---------------+-----------+-----------------------------+----------------------------+------------------+-----------------------+-----------------------+-----------------------+

DB: MariaDB 10.4
Connector: mariadb-java-client-2.6.0.jar
FlyWay: 6.3.2

Is it bug or feature?

Thanks.

--
Volodymyr Litovka
   "Vision without Execution is Hallucination." -- Thomas Edison

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linbit.com/pipermail/drbd-user/attachments/20200403/025084e8/attachment.htm>


More information about the drbd-user mailing list