weizhouapache commented on issue #5291:
URL: https://github.com/apache/cloudstack/issues/5291#issuecomment-899487593
same as what @nvazquez have tested, I cannot reproduce the issue.
there are DB records below.
```
MariaDB [cloud]> select * from storage_pool;
+----+------------------------------------------------+--------------------------------------+------------+------+----------------+--------+------------+------------+----------------+--------------+-----------+---------------+---------------------+---------+-------------+--------+-----------------------+-------+------------+---------+---------------+--------+
| id | name | uuid
| pool_type | port | data_center_id | pod_id | cluster_id |
used_bytes | capacity_bytes | host_address | user_info | path |
created | removed | update_time | status | storage_provider_name |
scope | hypervisor | managed | capacity_iops | parent |
+----+------------------------------------------------+--------------------------------------+------------+------+----------------+--------+------------+------------+----------------+--------------+-----------+---------------+---------------------+---------+-------------+--------+-----------------------+-------+------------+---------+---------------+--------+
| 1 | ref-trl-1594-k-M7-wei-zhou-kvm1-local-4fad9008 |
4fad9008-678d-41f5-936d-bccf7c008c89 | Filesystem | 0 | 1 |
1 | 1 | 58744832 | 84012326912 | 10.0.32.142 | NULL |
/localstorage | 2021-08-16 12:41:43 | NULL | NULL | Up |
DefaultPrimary | HOST | KVM | 0 | NULL | 0 |
+----+------------------------------------------------+--------------------------------------+------------+------+----------------+--------+------------+------------+----------------+--------------+-----------+---------------+---------------------+---------+-------------+--------+-----------------------+-------+------------+---------+---------------+--------+
1 row in set (0.00 sec)
MariaDB [cloud]> select * from storage_pool_host_ref;
+----+---------+---------+---------------------+--------------+---------------+
| id | host_id | pool_id | created | last_updated | local_path
|
+----+---------+---------+---------------------+--------------+---------------+
| 1 | 1 | 1 | 2021-08-16 12:41:43 | NULL |
/localstorage |
+----+---------+---------+---------------------+--------------+---------------+
1 row in set (0.00 sec)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]