From: Satheesh Rajendran <[email protected]>
Signed-off-by: Satheesh Rajendran <[email protected]> --- shared/cfg/guest-hw.cfg | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/shared/cfg/guest-hw.cfg b/shared/cfg/guest-hw.cfg index 3b73068..165f6b1 100644 --- a/shared/cfg/guest-hw.cfg +++ b/shared/cfg/guest-hw.cfg @@ -160,3 +160,10 @@ variants: # Only used in case of proxy fs driver #9p_socket_name = /tmp/virtfs-9p-socket #9p_proxy_binary = virtfs-proxy-helper + +variants: + - @no_glusterfs_support: + - glusterfs_support: + # please go through https://github.com/autotest/virt-test/wiki/Virt-test-support-for-GlusterFs for more details. + gluster_volume_name = test-vol + gluster_brick = /tmp/gluster -- 1.7.1 _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
