share server migration show does not work for source

Bug #2068732 reported by Maurice Escher
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-manilaclient
New
Undecided
Unassigned

Bug Description

Hi,

let's assume my share server migrated from A to B.
I.e. share server show of B would show me the source_share_server_id A.

share server show of A would not work, it is deleted and not found.

But share server migration show A should tell me that it migrated to B,
but sadly it tries to fetch A first and fails with "No shareserver with a name or ID of 'ID-OF-A' exists."

The API works verified with curl:

curl [..] -H "X-Openstack-Manila-Api-Version: 2.57" -H "X-OpenStack-Manila-API-Experimental: true" -X POST "https://my-manila-endpoint.corp/v2/share-servers/ID-OF-A/action"-d '{"migration_get_progress": null}'

{
  "total_progress": 100,
  "task_state": "migration_success",
  "destination_share_server_id": "ID-OF-B"
}

related to my recently opened bug: https://bugs.launchpad.net/python-manilaclient/+bug/2068631

I need some ways coming with my old source share server ID to find out where it went to ;)

BR,
Maurice

Vida Haririan (vhariria)
tags: added: migration server
Vida Haririan (vhariria)
tags: removed: migration server
tags: added: migration server
tags: removed: migration server
Revision history for this message
Vida Haririan (vhariria) wrote :
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.