-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table for mount:size unclear for mutliple mounts, single volume #1155
Comments
Yes it's little a bit unfortunate. There is a note under it saying "All the mounts share the same disk" - here's the current output for a Drupal site:
I wonder if this is a simpler/lazier solution:
But maybe that's a breaking change. The upcoming |
I like the simple solution. But the upcoming |
Based on some confusion I saw from others recently, it seems the table returned for the command
mount:size
is unclear. For example, this table is returned for three mounts on on volume:At first glance, this appears to be a table, which would mean the items in the first row only apply to that row. But really, it's about the disk that applies to all items in that row.
It seems easy enough to split them into two tables, like so:
That's more accurate. But it doesn't work well when there are multiple volumes and the information is actually tabular. So I don't know what the solution should be, but ideally, it shouldn't be like the table in the first example.
The text was updated successfully, but these errors were encountered: