]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Brick support for pNFS
authorNavneet Singh <singn@netapp.com>
Tue, 4 Feb 2014 11:29:30 +0000 (16:59 +0530)
committerNavneet Singh <singn@netapp.com>
Sun, 9 Feb 2014 12:15:00 +0000 (17:45 +0530)
commit57c6e2f7a1b9d528fab36c14d0f1526f07d53f91
tree7eea95c5414867ef53e3e0b2b697cda3522662f8
parent776845eb790aab3e7e883b58bceafaad4cdfe081
Brick support for pNFS

This change implements a retry mechanism
during mounting nfs share. It tries mounting
using pnfs if no specific nfs version is specified
in the nfs options. In case of any failure during mounting
it falls back to regular nfs mount which will internally
try to mount with highest supported version. If nfs version
is specified in options then regular mount will be allowed.

Change-Id: I502b375548707ce7021cbacf1cd4f5532804aeb3
Implements: blueprint pnfs
cinder/brick/remotefs/remotefs.py [changed mode: 0644->0755]
cinder/tests/brick/test_brick_connector.py
cinder/tests/brick/test_brick_remotefs.py