Douglas Schilling Landgraf has uploaded a new change for review.

Change subject: contrib: Adding contrib/nfs-check.py
......................................................................

contrib: Adding contrib/nfs-check.py

nfs-check is a python script to validate nfs targets.
Currently, nfs-check mount the nfs target, create a file and read it from
the mountpoint. If somethings goes wrong it will throw the error message.

Usage: nfs-check.py [OPTIONS]
    --server            NFS server (REQUIRED)
    --target            NFS target (REQUIRED)
    --local             Local mountpoint (REQUIRED)
    --opts              NFS options (OPTIONAL)
    --version           List version release
    --help              This help menu

Change-Id: I4d3231077fb59e11be1d61a578a96a3988559ff3
Example:
    1) nfs-check.py --server 192.168.1.103 --target /nfs/storage --local /mnt
    2) nfs-check.py --server 192.168.1.103 --target /nfs/storage --local /mnt 
--opts soft
---
A contrib/nfs-check.py
1 file changed, 157 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/vdsm refs/changes/16/916/1
--
To view, visit http://gerrit.ovirt.org/916
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4d3231077fb59e11be1d61a578a96a3988559ff3
Gerrit-PatchSet: 1
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Douglas Schilling Landgraf <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to