IIRC its "storage_domain_shared_status" of the storage_domains table
Here is how to look for example for all the columns that are like
"*status*" from psql prompt :
select table_name, column_name from information_schema.columns where
column_name ilike '%status%' order by table_name;
On Fri, May 22, 2020 at 4:41 PM Николай Чаплинский <tbural(a)gmail.com> wrote:
Hello!
Wich table in ovirt database contains column with "cross data center
status" оf Storage Domains?
_______________________________________________
Users mailing list -- users(a)ovirt.org
To unsubscribe send an email to users-leave(a)ovirt.org
Privacy Statement:
https://www.ovirt.org/privacy-policy.html
oVirt Code of Conduct:
https://www.ovirt.org/community/about/community-guidelines/
List Archives:
https://lists.ovirt.org/archives/list/users@ovirt.org/message/E7RJA5P7UYO...