Uploaded image for project: 'Red Hat OpenStack Services on OpenShift'
  1. Red Hat OpenStack Services on OpenShift
  2. OSPRH-2943

BZ#1889879 Cinder A/A can not recover from network failures and service does not go to down

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • openstack-cinder
    • False
    • False
    • Committed
    • Committed
    • Committed
    • No
    • Undefined
    • Storage; Cinder

      Hi,
      RHOS 16.1 setups, edge with cinder A/A cluster with 3 nodes.

      When stopping one of the services tripleo_cinder_volume.service on the cluster, cinder knows to direct the create action to others (active)

      In case we drop the traffic from cluster node , cinder service is still up and running (in cinder service-list) and cinder create action stuck forever on "create"

      (central) [stack@site-undercloud-0 ~]$ cinder list
      -------------------------------------------------------------------------------------

      ID Status Name Size Volume Type Bootable Attached to

      -------------------------------------------------------------------------------------

      47e796b2-74ab-44fe-9242-5f08104a619b available
      1 tripleo false  
      a93993a0-ca08-4a00-a348-3bc10f1348cc creating
      1 tripleo false  
      c799d1c3-7ce4-46e6-bd4d-cf62ded98a52 creating
      1 tripleo false  

      -------------------------------------------------------------------------------------

      How to reproduce :
      #1 go to one of the cinder cluster node.
      #2 block traffic with iptables.

      /sbin/iptables -I OUTPUT 1 -p tcp --sport 6800:7300 -j DROP
      /sbin/iptables -I OUTPUT 2 -p tcp --dport 6800:7300 -j DROP

      #3 Turn the service to stop on the other nodes tripleo_cinder_volume.service

      #4 try to create a volume --> Stuck on creating.....

            geguileo@redhat.com Gorka Eguileor
            jira-bugzilla-migration RH Bugzilla Integration
            rhos-dfg-storage-squad-cinder
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: