17 Commits

Author SHA1 Message Date
ZhangHongtao
e04d10a8f2 Remove some unnecessary spaces
There is warning message when building docs, this patch
fix it.

TrivialFix

Change-Id: Ieb5543a66a618b7863a01b00d0eaf04e3b716eea
2017-06-02 18:11:26 +08:00
TommyLike
d5a3fdabca Add volume type filter to API Get-Pools
Add feature that administrators can get back-end storage pools
filtered by volume-type, Cinder will return the pools filtered
by volume-type's extra-spec. This is depended on generalized
resource filtering feature.

APIImpact
Depends-On: ff3d41b15abb2915de87830980147be51e5da971
Implements: blueprint add-volume-type-filter-to-get-pool

Change-Id: If2ae4616340d061db833cbbdffc77f3e976d8254
2017-05-25 09:13:54 +08:00
TommyLike
6df8415411 Support 'LIKE' operator to filter resource
Added like operator support to filters
for the following resources.

1. volume
2. snapshot
3. backup
4. group
5. group-snapshot
6. attachment
7. message

Depends-On: ff3d41b15abb2915de87830980147be51e5da971

APIImpact
DocImpact
Partial-Implements: blueprint support-regexp-based-query

Change-Id: I6c2ea07b0bfc5852b28e44989406cc10eb972e26
2017-05-22 14:23:31 +08:00
John Griffith
dc31763c58 Add support for generalized filtering on list APIs
This patch adds generalized filtering support for these list APIs:

1. list volume
2. list backup
3. list snapshot
4. list group
5. list group-snapshot
6. list attachment
7. list message
8. get pools

DocImpact
APIImpact
Co-Authored-By: TommyLike <tommylikehu@gmail.com>

Change-Id: Icee6c22621489f93614f4adf071329d8d2115637
Partial: blueprint generalized-filtering-for-cinder-list-resource
2017-05-08 13:04:59 +08:00
lijunbo
0464cb1122 replace references to cinder.openstack.org
Change-Id: I69b75eacef37264a5afeea2cf37f1fe91be9ec13
2017-03-22 13:44:58 +08:00
Andreas Jaeger
91e914ef10 Replace obsolete vanity openstack.org URLs
Project specific URLs are obsolete, , use docs.openstack.org - and use
https for that site.

Change-Id: Ie6930c32f07108077aa97564c3213da0f948c13b
2017-03-08 19:18:51 +01:00
Danny Al-Gaaf
aea740e476 Adds db_online_data_migrations to cinder-manage manpage
Closes-Bug: #1664549

Change-Id: I99d2681b799a4efd2cce3bfe64018307d3497aad
Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
2017-02-14 14:29:07 +01:00
zheng yin
91609a47a2 Add command information to cinder-manage.rst
Cinder has a command that "cinder-manage backup update_backup_host",
but cinder-manager.rst has no its information. Therefore, I add it.

Change-Id: I7c18ce1d6853117b972f335f386c149f1b0f26e2
2017-01-10 17:33:55 +08:00
Eric Brown
d64f5fc210 Clean up man page and remove version/date
This patch fixes the formatting of the man page and removes the
unnecessary maintenance of a date and version.

Change-Id: Idf78bbed44f942bb6976ccf4da67c748d9283ed9
2016-06-06 15:21:47 -07:00
Jimmy McCrory
28fdeabff5 Update cinder-manage man to match current options
Add missing 'volume update_host' and 'service remove' commands, and
remove 'storage management' and 'volume reattach' commands.

Change-Id: Ie37fb4288b1bea1035d934136454af186eb8b44c
Closes-Bug: #1512844
2015-11-03 19:15:18 +00:00
Abel Lopez
fa98f4722f cinder-manage man update
Adding section for cinder-manage db purge which was added with
https://review.openstack.org/#/c/146766

Change-Id: Ie84d7b11e60dbbc9d2da8d8ae137310c280d3897
2015-02-24 12:49:44 -08:00
Tom Fifield
19f549f3a3 Update references with new Mailing List location
Yesterday, openstack@lists.launchpad.org was migrated with
all users to openstack@list.openstack.org.

This patch updates references to the old mailing list with the
new, to ensure that people encountering them don't accidentally
try and join the old list!

Change-Id: I7cd33f95b7baa22dbd4abb6e391ee59876998f59
2013-07-28 12:08:20 -07:00
Jay S. Bryant
15bd189235 Add flag argument to 'cinder-manage config list'
Unlike other cinder-manage 'list' commands the 'config list'
option doesn't allow users to specify a filter to limit
the output.  This commit adds the ability to specify
the flag the user wishes to display.

If no flag is specified the default behavior is still to
display all the configured flags.  If the flag requested
is not found, cinder-manage reports that the flag was not
found.

(fixes bug 1187137)

Change-Id: I698f4c06d7e93217d8f307a880e0ae40711151c2
2013-07-15 13:40:38 -05:00
Dirk Mueller
5e1502ad89 Fix various Sphinx warnings
Change-Id: I68c9ff6fdf9115d1abb0fb756eb806b92af29286
2013-06-12 15:21:40 +02:00
Jay S. Bryant
4f242adb4e Re-write of the cinder-manage man page.
The cinder-manage man page didn't appear to have been re-written
since splitting from Nova.  There were numerous options that
no longer exist documented and references to Nova instead of
Cinder.

This version has been re-written based on the current code in
cinder-manage.

(fixes bug 1174502)

Change-Id: Ia03ca05bbd87444b2213bf719da0ffff96b67699
2013-06-03 15:50:09 -05:00
Clark Boylan
57d6c5d1bc Move nova-manage.rst to cinder-manage.rst.
Cinder docs were not building because sphinx was looking for
cinder-manage.rst which did not exist. The file was simply misnamed
and renaming it to cinder-manage.rst allows the docs to build.

Change-Id: I68f4ed81230cc277a96bb34dfa172e5ce7788ac4
2012-07-02 14:28:08 -07:00
Jenkins
c53d8e343e Initial fork out of Nova. 2012-05-03 10:48:26 -07:00