* Show Disk.STATUS_FREE as 'Free' in output. Signed-off-by: Gris Ge <f...@redhat.com> --- tools/lsmcli/data_display.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/tools/lsmcli/data_display.py b/tools/lsmcli/data_display.py index e0524c8..19f7114 100644 --- a/tools/lsmcli/data_display.py +++ b/tools/lsmcli/data_display.py @@ -201,6 +201,7 @@ def disk_type_to_str(disk_type): Disk.STATUS_MAINTENANCE_MODE: 'Maintenance', Disk.STATUS_SPARE_DISK: 'Spare', Disk.STATUS_RECONSTRUCT: 'Reconstruct', + Disk.STATUS_FREE: 'Free', } -- 1.8.3.1 ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Libstoragemgmt-devel mailing list Libstoragemgmt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libstoragemgmt-devel