Skip to content

Commit

Permalink
Add UUID support to qvm-ls
Browse files Browse the repository at this point in the history
  • Loading branch information
alimirjamali committed Oct 14, 2024
1 parent 30d7547 commit e843466
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions qubesadmin/tools/qvm_ls.py
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,10 @@ def calc_used(vm, volume_name):
attr=(lambda vm: calc_used(vm, 'root')),
doc='Disk utilisation by root image as a percentage of available space.')

Column('UUID',
attr=(lambda vm: vm.uuid),
doc='Universally Unique Identifier of qube.')


FlagsColumn()

Expand Down

0 comments on commit e843466

Please sign in to comment.