Skip to content

NetApp replica create for flexgroup share error#310

Open
skook1 wants to merge 1 commit into
stable/2023.1-m3from
fix/netapp-replica-create-for-flexgroup-share-error
Open

NetApp replica create for flexgroup share error#310
skook1 wants to merge 1 commit into
stable/2023.1-m3from
fix/netapp-replica-create-for-flexgroup-share-error

Conversation

@skook1
Copy link
Copy Markdown

@skook1 skook1 commented May 19, 2026

  • added _wait_for_efficiency_job method which wait for efficiency async job to complete, if job_id exist

Closes-Bug: #2143199
Change-Id: I4a9983da34ce54607bf206b8b175f0f59fbe413c

@skook1
Copy link
Copy Markdown
Author

skook1 commented May 19, 2026

Not tested yet

- added _wait_for_efficiency_job method which
  wait for efficiency async job to complete,
  if job_id exist

Closes-Bug: #2143199
Change-Id: I4a9983da34ce54607bf206b8b175f0f59fbe413c
@skook1 skook1 force-pushed the fix/netapp-replica-create-for-flexgroup-share-error branch from e41c819 to 322309f Compare May 19, 2026 00:21
@kpawar-sap
Copy link
Copy Markdown

while creating PR make please changes in both cmode and cmode_rest, so that branch upgrade would be easy to pick commit rather than modify.

@skook1
Copy link
Copy Markdown
Author

skook1 commented May 19, 2026

while creating PR make please changes in both cmode and cmode_rest, so that branch upgrade would be easy to pick commit rather than modify.

I think REST API already had this logic, you can check it here:

if code == http_client.ACCEPTED and wait_on_accepted:
# get job URL and discard '/api'
job_url = response['job']['_links']['self']['href'][4:]
response = self._wait_job_result(job_url)

@Carthaca
Copy link
Copy Markdown
Collaborator

Carthaca commented May 19, 2026

Can you please paste the link the upstream gerrit review? I think it is okay to wait for the fix the merge there, first, before we add it here.

Change itself lgtm

@skook1
Copy link
Copy Markdown
Author

skook1 commented May 19, 2026

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants