Dan Kenigsberg has submitted this change and it was merged.

Change subject: Add SharedFS Support
......................................................................


Add SharedFS Support

This adds a new connection type called sharedfs (6). This is a way for
users to try and use unsupported NAS storage as domains. This is
considered bad practice and completely unsupported.

The connection dict should be:
{"id": <ID>,
 "connection": <MOUNT SPEC> eg. server:/export
 "vfs_type": <MOUNT VFS TYPE> eg. nfs
 "mnt_options": <MOuNT OPTIONS> eg. user=0,noatime

Change-Id: I1ea9620f9179b415152d3e32509b5ebe02d8d77b
---
M vdsm/storage/hsm.py
M vdsm/storage/sd.py
M vdsm/storage/storage_connection.py
3 files changed, 75 insertions(+), 25 deletions(-)

Approvals:
  Dan Kenigsberg: Verified; Looks good to me, approved


--
To view, visit http://gerrit.ovirt.org/559
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I1ea9620f9179b415152d3e32509b5ebe02d8d77b
Gerrit-PatchSet: 6
Gerrit-Project: vdsm
Gerrit-Branch: master
Gerrit-Owner: Saggi Mizrahi <[email protected]>
Gerrit-Reviewer: Dan Kenigsberg <[email protected]>
Gerrit-Reviewer: Saggi Mizrahi <[email protected]>
_______________________________________________
vdsm-patches mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/vdsm-patches

Reply via email to