Skip to content

docs: Update 4.3 Docs #530

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 26, 2025
Merged

docs: Update 4.3 Docs #530

merged 4 commits into from
May 26, 2025

Conversation

balaharish7
Copy link
Contributor

No description provided.

Signed-off-by: Bala Harish <[email protected]>
@balaharish7 balaharish7 requested a review from a team as a code owner May 22, 2025 14:59
@Abhinandan-Purkait
Copy link
Member

@balaharish7 Did you miss pushing your changes? I can't see them for the comments you marked as resolved.

Signed-off-by: Bala Harish <[email protected]>
@balaharish7
Copy link
Contributor Author

@balaharish7 Did you miss pushing your changes? I can't see them for the comments you marked as resolved.

Can you check now.

Signed-off-by: Bala Harish <[email protected]>
Signed-off-by: Bala Harish <[email protected]>
@balaharish7 balaharish7 merged commit 1da3f4e into openebs:main May 26, 2025
14 checks passed
@balaharish7 balaharish7 deleted the 4.3docsupdates branch May 26, 2025 04:28
@dsharma-dc
Copy link

Migration Steps

  1. Identify all the volumes to be converted to encrypted, and change their spec to encrypted via plugin.
    kubectl mayastor set volume <volume_uuid> encryption true
  2. Identify Target Pool: Select a non-encrypted pool (Example: P1) to migrate.
  3. Identify all volumes with replicas on P1.
  4. (Optional) Scale Up Volumes: Increase replica count (Example: from 2 to 3) to maintain availability.
  5. Mayastor Cordon Node: Cordon the mayastor node hosting P1 to stop new replicas from being scheduled using the plugin command kubectl mayastor cordon node N1 <cordon_label>.
  6. Scale Down Volumes: Reduce replica count to remove replicas from P1. In effect, this is like draining the pool.
  7. Recreating as Encrypted Pool:
    • Delete the non-encrypted pool.
    • Uncordon the node.
    • Recreate it with encryption using the previously defined secret.
  8. Scale-up Volumes: Increase replica count to allow new encrypted replicas to be created on the new pool.
  9. Optional Replica Adjustment: After migration, optionally reduce replica count back to the original.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants