-
Notifications
You must be signed in to change notification settings - Fork 263
allow to print flags of subvolumes #941
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
base: devel
Are you sure you want to change the base?
Conversation
600c14b to
b449783
Compare
|
The readonly is the only flag settable by the ioctl. For the As this is behind the option it's expected that the applications using it will understand the output, so this should be OK. The question I still have is how to format it, this is for the original |
|
Yes, the alignment is broken. That is partly also the case for the some extra UUID options (e.g. -u) where the header is not aligned with the content. I would add a width entry in |
103338d to
8c4549c
Compare
639bee9 to
6be1d80
Compare
c9ae825 to
5ad147c
Compare
ef43ce6 to
3eff852
Compare
dafafca to
5d47f58
Compare
bb6a159 to
0fb0189
Compare
0ad9c81 to
9c1d53d
Compare
5d51853 to
6ea7070
Compare
9551363 to
94c16d5
Compare
d82be5c to
25f665e
Compare
9f9830a to
8a179ae
Compare
3b69be2 to
ff063b7
Compare
Allow to print flags, so far only readonly, of subvolumes when using the 'btrfs subvolume list' command.
The use case is to avoid multiple calls to 'btrfs subvolume show' to get the information which snbk (snapper
backup tool) is doing right now.