cinder-volume service doesn't start after deploy

Bug #1528839 reported by Oleksiy Butenko
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
High
Denis Egorenko

Bug Description

Cinder-volume service doesn't start after deploy on node with role Storage - Cinder Block Device.

Steps:
1. Create new Env (1 - Controller, 1 - Compute, Storage - Cinder Block Device), Neutron with VLAN, Sahara enabled.
2. Deploy Env (Success. Deployment of environment 'new' is done.)
Actual result:
On Controller:
root@node-1:~# cinder service-list
+------------------+--------------------------+------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------------------+--------------------------+------+---------+-------+----------------------------+-----------------+
| cinder-scheduler | node-1.test.domain.local | nova | enabled | up | 2015-12-23T12:32:17.000000 | - |
+------------------+--------------------------+------+---------+-------+----------------------------+-----------------+
root@node-1:~#

On Storage:
root@node-2:~# ps axu |grep cinder
root 9721 0.0 0.0 10460 936 pts/4 S+ 12:41 0:00 grep --color=auto cinder
root@node-2:~#

Revision history for this message
Oleksiy Butenko (obutenko) wrote :

VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "8.0"
  api: "1.0"
  build_number: "338"
  build_id: "338"
  fuel-nailgun_sha: "bad4d014df29beaf3708f1a050e808d20542b878"
  python-fuelclient_sha: "268847aa06e16f42bb3a3bf851a1869adfc36c46"
  fuel-agent_sha: "1d3a2b8d9e8961ebcdfa5db55e2e809f7dd404a8"
  fuel-nailgun-agent_sha: "92ebd5ade6fab60897761bfa084aefc320bff246"
  astute_sha: "c7ca63a49216744e0bfdfff5cb527556aad2e2a5"
  fuel-library_sha: "7a7c93e8b55d0e3e9ffd64b0b0e29451cdc0cfb0"
  fuel-ostf_sha: "d8cbc4f65361e034193479b19f84747d1c33894e"
  fuel-mirror_sha: "d15edd2128b9a4644f1db8089b0ecdf7954a2e57"
  fuelmenu_sha: "2942a85796d37f09ba8c8c6d762d8813292cf0d4"
  shotgun_sha: "bf79f1ac08a256160f2835a71808ec4f8d2bbf9e"
  network-checker_sha: "d443ef47abeda58d319bc8d33d5005dd09440a02"
  fuel-upgrade_sha: "616a7490ec7199f69759e97e42f9b97dfc87e85b"
  fuelmain_sha: "796125856c2325743124092a52f28e26c013c058"

Revision history for this message
Oleksiy Butenko (obutenko) wrote :

workaround: start cinder-volume manual (service cinder-volume start)

Ivan Kolodyazhny (e0ne)
Changed in fuel:
status: New → Confirmed
assignee: nobody → MOS Puppet Team (mos-puppet)
Changed in fuel:
milestone: none → 8.0
Dmitry Pyzhov (dpyzhov)
tags: added: area-mos
Changed in fuel:
assignee: MOS Puppet Team (mos-puppet) → Denis Egorenko (degorenko)
assignee: Denis Egorenko (degorenko) → Max Yatsenko (myatsenko)
Changed in fuel:
assignee: Max Yatsenko (myatsenko) → Denis Egorenko (degorenko)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (master)

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

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

Reviewed: https://review.openstack.org/262435
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=68b95406d03acc94eeb932689d3ef064c15b2de1
Submitter: Jenkins
Branch: master

commit 68b95406d03acc94eeb932689d3ef064c15b2de1
Author: Denis Egorenko <email address hidden>
Date: Wed Dec 30 12:45:06 2015 +0300

    Enable cinder-volume service after deployment for cinder-block-device role

    Currently puppet doesn't maintain cinder-volume process. This process
    will be started by orchestration after deployment is done (#LP1398817)

    Change-Id: I41f8b6e201d8359133c7f85a8998fd17acde07d9
    Closes-bug: #1528839

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (stable/8.0)

Fix proposed to branch: stable/8.0
Review: https://review.openstack.org/262713

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/8.0)

Reviewed: https://review.openstack.org/262713
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=274d25aa55d2aac2f4841eb73cbf258b6dcdd419
Submitter: Jenkins
Branch: stable/8.0

commit 274d25aa55d2aac2f4841eb73cbf258b6dcdd419
Author: Denis Egorenko <email address hidden>
Date: Wed Dec 30 12:45:06 2015 +0300

    Enable cinder-volume service after deployment for cinder-block-device role

    Currently puppet doesn't maintain cinder-volume process. This process
    will be started by orchestration after deployment is done (#LP1398817)

    Change-Id: I41f8b6e201d8359133c7f85a8998fd17acde07d9
    Closes-bug: #1528839
    (cherry picked from commit 68b95406d03acc94eeb932689d3ef064c15b2de1)

tags: added: on-verification
Revision history for this message
Anastasia Palkina (apalkina) wrote :

Verified on ISO #507

root@node-4:~# cinder service-list
+------------------+-------------------+------+---------+-------+----------------------------+-----------------+
| Binary | Host | Zone | Status | State | Updated_at | Disabled Reason |
+------------------+-------------------+------+---------+-------+----------------------------+-----------------+
| cinder-scheduler | node-4.domain.tld | nova | enabled | up | 2016-02-01T14:59:40.000000 | - |
| cinder-volume | node-2.domain.tld | nova | enabled | up | 2016-02-01T14:59:39.000000 | - |
+------------------+-------------------+------+---------+-------+----------------------------+-----------------+
root@node-4:~#

VERSION:
  feature_groups:
    - mirantis
  production: "docker"
  release: "8.0"
  api: "1.0"
  build_number: "507"
  build_id: "507"
  fuel-nailgun_sha: "8e954abd70ef0083109f34289de2553dcda544d4"
  python-fuelclient_sha: "4f234669cfe88a9406f4e438b1e1f74f1ef484a5"
  fuel-agent_sha: "658be72c4b42d3e1436b86ac4567ab914bfb451b"
  fuel-nailgun-agent_sha: "b2bb466fd5bd92da614cdbd819d6999c510ebfb1"
  astute_sha: "b81577a5b7857c4be8748492bae1dec2fa89b446"
  fuel-library_sha: "ec7e212972ead554f21b52b9e165156665f659df"
  fuel-ostf_sha: "ab5fd151fc6c1aa0b35bc2023631b1f4836ecd61"
  fuel-mirror_sha: "351d568fa3b3e4dd062054b91d766aa54d379867"
  fuelmenu_sha: "234cb4cbb30fbd2df00f388c28f31606d9cae15f"
  shotgun_sha: "63645dea384a37dde5c01d4f8905566978e5d906"
  network-checker_sha: "a43cf96cd9532f10794dce736350bf5bed350e9d"
  fuel-upgrade_sha: "616a7490ec7199f69759e97e42f9b97dfc87e85b"
  fuelmain_sha: "94507c5e4dad6d8cfbd8f5d41aa8389d5335990a"

Changed in fuel:
status: Fix Committed → Fix Released
tags: removed: on-verification
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.