2016-03-30 17:05:09 +05:30
|
|
|
==============
|
|
|
|
volume service
|
|
|
|
==============
|
|
|
|
|
|
|
|
Volume v1, v2
|
|
|
|
|
|
|
|
volume service list
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
List volume service
|
|
|
|
|
|
|
|
.. program:: volume service list
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os volume service list
|
|
|
|
[--host <host>]
|
|
|
|
[--service <service>]
|
|
|
|
[--long]
|
|
|
|
|
|
|
|
.. _volume-service-list:
|
|
|
|
.. option:: --host <host>
|
|
|
|
|
|
|
|
List services on specified host (name only)
|
|
|
|
|
|
|
|
.. option:: --service <service>
|
|
|
|
|
|
|
|
List only specified service (name only)
|
|
|
|
|
|
|
|
.. option:: --long
|
|
|
|
|
|
|
|
List additional fields in output
|
2016-08-16 18:46:55 +08:00
|
|
|
|
|
|
|
volume service set
|
|
|
|
------------------
|
|
|
|
|
|
|
|
Set volume service properties
|
|
|
|
|
|
|
|
.. program:: volume service set
|
|
|
|
.. code:: bash
|
|
|
|
|
|
|
|
os volume service set
|
|
|
|
[--enable | --disable]
|
|
|
|
[--disable-reason <reason>]
|
2016-09-16 10:01:39 -05:00
|
|
|
<host>
|
|
|
|
<service>
|
2016-08-16 18:46:55 +08:00
|
|
|
|
|
|
|
.. option:: --enable
|
|
|
|
|
|
|
|
Enable volume service
|
|
|
|
|
|
|
|
.. option:: --disable
|
|
|
|
|
|
|
|
Disable volume service
|
|
|
|
|
|
|
|
.. option:: --disable-reason <reason>
|
|
|
|
|
|
|
|
Reason for disabling the service (should be used with --disable option)
|
|
|
|
|
|
|
|
.. _volume-service-set:
|
|
|
|
.. describe:: <host>
|
|
|
|
|
|
|
|
Name of host
|
|
|
|
|
|
|
|
.. describe:: <service>
|
|
|
|
|
|
|
|
Name of service (Binary name)
|