grizzly: cinder nfs driver is undocumented

Bug #1114656 reported by Tom Fifield
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Medium
Joe T

Bug Description

Grizzly introduces an NFS driver for Cinder. There is currently no documentation regarding this.

The code can be found in the cinder repository at /cinder/volume/drivers/nfs.py

Here are some options:

34 cfg.StrOpt('nfs_mount_point_base',
 35 35 default='$state_path/mnt',
 36 36 help='Base dir where nfs expected to be mounted'),
 37 37 cfg.StrOpt('nfs_disk_util',
 38 38 default='df',
 39 39 help='Use du or df for free space calculation'),
 40 40 cfg.BoolOpt('nfs_sparsed_volumes',
 41 41 default=True,
 42 42 help=('Create volumes as sparsed files which take no space.'
 43 43 'If set to False volume is created as regular file.'
 44 - 'In such case volume creation takes a lot of time.'))]
  44 + 'In such case volume creation takes a lot of time.')),
  45 + cfg.StrOpt('nfs_mount_options',
  46 + default=None,
  47 + help='Mount options passed to the nfs client. See section '
  48 + 'of the nfs man page for details'),
  49 +]

Tags: cinder
Revision history for this message
Tom Fifield (fifieldt) wrote :

https://review.openstack.org/21059 needs to be merged before nfs_mount_options is in.

Changed in openstack-manuals:
milestone: none → grizzly
status: New → Confirmed
importance: Undecided → Medium
tags: added: cinder
Revision history for this message
Tom Fifield (fifieldt) wrote :
Joe T (joe-topjian-v)
Changed in openstack-manuals:
assignee: nobody → Joe T (joe-topjian-v)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

Fix proposed to branch: master
Review: https://review.openstack.org/25791

Changed in openstack-manuals:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-manuals (master)

Reviewed: https://review.openstack.org/25791
Committed: http://github.com/openstack/openstack-manuals/commit/a405cb0e58495ca7fe422ab4ef941eca9d019b02
Submitter: Jenkins
Branch: master

commit a405cb0e58495ca7fe422ab4ef941eca9d019b02
Author: Joe Topjian <email address hidden>
Date: Sat Mar 30 23:40:46 2013 -0600

    NFS block storage driver documentation

    This commit includes some initial basic documentation on the NFS block
    storage driver. The Ops guide was also updated to briefly explain the
    difference between the NFS driver and other traditional block storage
    drivers.

    Change-Id: Iab15e0a769be939f829edc67145ae2460f049db2
    Fixes: bug #1114656

Changed in openstack-manuals:
status: In Progress → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.