]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adding NFS support to the GPFS Driver
authorGaurang Tapase <gaurang.tapase@in.ibm.com>
Thu, 2 Jul 2015 08:41:58 +0000 (04:41 -0400)
committerGaurang Tapase <gaurang.tapase@in.ibm.com>
Mon, 27 Jul 2015 08:51:25 +0000 (04:51 -0400)
commitbf4ca3bcf099760ef145571b975badc80d42b2d6
treecb8d27e0154b1fa8cde633a9e2b6e7270e097c70
parent85b0917570e895506938d12e0a9fc8b64449aa78
Adding NFS support to the GPFS Driver

This change helps create cinder volumes on a GPFS cluster,
when the cinder services are not running directly on one of
the GPFS nodes.

The NFS export created on GPFS cluster will be locally mounted
on a node running the cinder service. The cinder volume service
will communicate with GPFS nodes over SSH to execute CLIs remotely.

This change also ports the GPFSDriver to ABC driver model.

Implements : blueprint ibm-gpfs-nfs-support

DocImpact

Needs an update in gpfs driver documentation, as this patch
adds an NFS based access for GPFS cinder driver.

Change-Id: I40e5098482d48552170c34e74be0c9e2f544fef5
cinder/tests/unit/test_gpfs.py
cinder/volume/drivers/ibm/gpfs.py