3PAR: Implement v2 replication (managed)

Bug #1524150 reported by OpenStack Infra
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
openstack-manuals
Fix Released
Wishlist
Alex O'Rourke

Bug Description

https://review.openstack.org/231201
commit 7aa2572147eb7d77f4f086ba5ca843b1bc883889
Author: Alex O'Rourke <email address hidden>
Date: Thu Oct 29 15:04:32 2015 -0700

    3PAR: Implement v2 replication (managed)

    This patch implements the managed side of v2 replication in the HPE
    3PAR driver.

    Both sync and periodic replication modes are supported. Each
    replication_device entry should have a replication_mode value set
    to sync|periodic.

    A volume type extra_spec value of replication:mode
    should also be set. If replication:mode is periodic,
    replication:sync_period should be set as well. Which replication_device
    entry(s) are used is determined by the value of replication:mode set for
    each volume type.

    cinder.conf should have the replication config group (3parfcrep)
    and at least one other target group (3parfc) as such:

    [3parfcrep]
    hpe3par_api_url = http://10.10.10.10:8008/api/v1
    hpe3par_username = user
    hpe3par_password = pass
    hpe3par_debug = False
    san_ip = 10.10.10.10
    san_login = user
    san_password = pass
    volume_backend_name = 3parfcrep
    hpe3par_cpg = REMOTE_COPY_CPG2
    volume_driver = cinder.volume.drivers.hpe.hpe_3par_fc.HPE3PARFCDriver
    replication_device = managed_backend_name:alex-devstack@3parfc#REMOTE_COPY_DEST2,
                         replication_mode:periodic,target_device_id:eos7,
                         cpg_map:REMOTE_COPY_CPG2:REMOTE_COPY_DEST2,
                         hpe3par_api_url:http://11.11.11.11:8008/api/v1,hpe3par_username:user,
                         hpe3par_password:pass,san_ip:11.11.11.11,san_login:user,
                         san_password:pass

    [3parfc]
    hpe3par_api_url = http://11.11.11.11:8008/api/v1
    hpe3par_username = user
    hpe3par_password = pass
    hpe3par_debug = False
    san_ip = 11.11.11.11
    san_login = user
    san_password = pass
    volume_backend_name = 3parfc
    hpe3par_cpg = REMOTE_COPY_DEST2
    volume_driver = cinder.volume.drivers.hpe.hpe_3par_fc.HPE3PARFCDriver

    Change-Id: Ie965349af719eaacc287a17c9720ad65464002c0
    Implements: blueprint hp-3par-v2-replication
    DocImpact

Tags: cinder
Changed in openstack-manuals:
importance: Undecided → Wishlist
status: New → Confirmed
Changed in openstack-manuals:
assignee: nobody → Alex O'Rourke (alex-orourke)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to openstack-manuals (master)

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

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

Reviewed: https://review.openstack.org/263932
Committed: https://git.openstack.org/cgit/openstack/openstack-manuals/commit/?id=455bc81b64260200b1984ac2ff2e411bcfa4077a
Submitter: Jenkins
Branch: master

commit 455bc81b64260200b1984ac2ff2e411bcfa4077a
Author: Alex O'Rourke <email address hidden>
Date: Tue Jan 5 14:09:36 2016 -0800

    Update HPE 3PAR supported operations

    Adds a note for managed and unmanaged volume replication/failover.

    Change-Id: I65952a359e31b9adce1e316757435c5639f29d59
    Closes-Bug: #1524150
    Closes-Bug: #1527701

Changed in openstack-manuals:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/openstack-manuals 15.0.0

This issue was fixed in the openstack/openstack-manuals 15.0.0 release.

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.