• Improve this Doc

    Show / Hide Table of Contents

    How to transfer volumes between projects

    Overview

    You may require the ability to move volumes between projects.

    This article provides examples of how to transfer volumes between OpenStack projects in the same region.

    Intended audience

    This article is intended for anyone responsible for the design and implementation of applications and services deployed on UKCloud OpenStack service. Users should be familiar with using the OpenStack dashboard and API or CLI.

    Transferring volumes between projects

    Note

    You'll require a RC file for both the source project and the destination project.

    Caution

    Do not transfer volumes between projects that have snapshots as this process will break the snapshots.

    1. Source the source project RC file.

    2. Locate the destination project:

      openstack project list

    3. Locate the volume you want to transfer:

      openstack volume list

    4. Create a transfer request:

      openstack volume transfer request create <volume id>

    5. Take a note of the transfer id and auth key.

    6. Source the destination project RC file.

    7. Accept the transfer request:

      openstack volume transfer request accept --auth-key <auth key> <transfer id>

    Feedback

    If you find a problem with this article, click Improve this Doc to make the change yourself or raise an issue in GitHub. If you have an idea for how we could improve any of our services, send an email to feedback@ukcloud.com.

    ☀
    ☾
    Generated by DocFX
    Back to top
    © UKCloud Ltd, 2022. All Rights Reserved.
    Privacy Policy. Terms of Use. Contribute.

    The UKCloud Knowledge Centre uses cookies to ensure that we give you the best experience on our website. If you continue we assume that you consent to receive all cookies on this website.