glusterfs: create share of specific size
Bug #1401000 reported by
Ramana Raja
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
Undecided
|
Ramana Raja |
Bug Description
The 'glusterfs' driver cannot at present create a share of specific size. The driver ignores the share size argument that is passed while creating a share. Instead need to use GlusterFS's ability to set quota on a subdirectory, a Manila share, within a GlusterFS volume, to allow creation of shares of specific size.
tags: | added: driver |
Changed in manila: | |
assignee: | nobody → Ramana Raja (rraja) |
status: | New → In Progress |
Changed in manila: | |
milestone: | none → kilo-1 |
status: | Fix Committed → Fix Released |
Changed in manila: | |
milestone: | kilo-1 → 2015.1.0 |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/124278 /git.openstack. org/cgit/ openstack/ manila/ commit/ ?id=e6f0f88999f 197c1782effadfe 9bf846cb46b0fb
Committed: https:/
Submitter: Jenkins
Branch: master
commit e6f0f88999f197c 1782effadfe9bf8 46cb46b0fb
Author: Ramana Raja <email address hidden>
Date: Mon Sep 22 06:20:49 2014 +0000
glusterfs: create share of specific size
Currently, glusterfs driver creates shares, subdirectories within
GlusterFS volume, ignoring the share size argument. Use GlusterFS's
ability to set hard-limit quota on subdirectories (shares) to enable
creation of shares of specific size.
Change-Id: I28b4787e0ada4f 6505d929f8d4172 18a0dc4d0b4
Closes-Bug: #1401000