Error output of "volume service list --host"

Bug #1664451 reported by zhiyong.dai
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-openstackclient
New
Undecided
Unassigned

Bug Description

volume service list:
+------------------+-----------------------------------+------+-----
| Binary | Host | Zone | ...
+------------------+-----------------------------------+------+-----
| cinder-scheduler | localhost.localdomain | nova | ...
| cinder-volume | localhost.localdomain@lvmdriver-1 | nova | ...
+------------------+-----------------------------------+------+-----

volume service list --host localhost.localdomain@lvmdriver-1 :
+------------------+-----------------------------------+------+-----
| Binary | Host | Zone | ...
+------------------+-----------------------------------+------+-----
| cinder-volume | localhost.localdomain@lvmdriver-1 | nova | ...
+------------------+-----------------------------------+------+-----

volume service list --host localhost.localdomain :
+------------------+-----------------------------------+------+-----
| Binary | Host | Zone | ...
+------------------+-----------------------------------+------+-----
| cinder-scheduler | localhost.localdomain | nova | ...
| cinder-volume | localhost.localdomain@lvmdriver-1 | nova | ...
+------------------+-----------------------------------+------+-----

The results of "volume service list --host localhost.localdomain" equal
the results of "volume service list".

Revision history for this message
Rui Chen (kiwik-chenrui) wrote :

I think that should not be a OSC issue, cinderclient have same behavior.

stack@szxbzci0004 ~/nova/etc/nova (master) $ cinder service-list --host szxbzci0004
+------------------+-------------------------+------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------------------+-------------------------+------+---------+-------+----------------------------+-----------------+
| cinder-scheduler | szxbzci0004 | nova | enabled | up | 2017-03-10T08:34:15.000000 | - |
| cinder-volume | szxbzci0004@lvmdriver-1 | nova | enabled | up | 2017-03-10T08:34:13.000000 | - |
+------------------+-------------------------+------+---------+-------+----------------------------+-----------------+

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.