Libstorage/Ideas

From openSUSE


Ideas for libstorage

Future ideas for libstorage. Ordering does not define priorities.

  • Split function getFreeInfo() to query content of a volume (filesystem usage, resize possibility and system info) into three separate functions getVolumeUsedInfo(), getVolumeResizeInfo() and getVolumeContentInfo(). getVolumeUsedInfo() can use dumpe2fs instead of mount for ext2/3/4. Should allow to display filesystem usage in YaST without major performance problems.