Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 863161c

Browse files
committed
storage: Add 'glusterfs' format option for net pools
1 parent 7174bf8 commit 863161c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

virtinst/Storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ def get_volume_class():
479479
return FileVolume
480480
get_volume_class = staticmethod(get_volume_class)
481481

482-
formats = [ "auto", "nfs" ]
482+
formats = [ "auto", "nfs", "glusterfs"]
483483

484484
# Register applicable property methods from parent class
485485
source_path = property(StoragePool.get_source_path,

0 commit comments

Comments
 (0)