You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 9, 2020. It is now read-only.
The create/delete/mount privileges should be shown as boolean values ("True" and "False") instead of 1 and 0. Even though the backend db schema type is INTEGER (SQLite doesn't support Boolean), we should be able to convert the output format very easily.
This is not a correctness issue, but I think it's not user friendly and affects the usability a little bit.
The text was updated successfully, but these errors were encountered:
Currently the "tenant access ls" output shows like this:
[root@localhost:/usr/lib/vmware/vmdkops/bin] vmdkops_admin tenant access ls --name MyTenant
Datastore Create_volume Delete_volume Mount_volume Max_volume_size Total_size
datastore1 1 1 0 128.00MB 1.00GB
The create/delete/mount privileges should be shown as boolean values ("True" and "False") instead of 1 and 0. Even though the backend db schema type is INTEGER (SQLite doesn't support Boolean), we should be able to convert the output format very easily.
This is not a correctness issue, but I think it's not user friendly and affects the usability a little bit.
The text was updated successfully, but these errors were encountered: