2ce5b11b1a
This patch changes the name of the Admin-Guide from the Cloud Admin Guide to the Administrator guide. This affects the filename in the repository, and references to cloud administrators within the document texts. 1.) Changing instances of 'cloud administrator' to 'administrator'. 2.) Change links from '/admin-guide-cloud/' to '/admin-guide/' within the Admin Guide. 3.) Adjust .htaccess file. Change-Id: I7f21a710e922981aa295afc0616de36fd819b523 Implements: blueprint user-guides-reorganised
1012 B
1012 B
Migrate shares
As an administrator, you can migrate a share with its data from one
location to another in a manner that is transparent to users and
workloads. You can use manila
client commands to complete a
share migration.
Possible use cases for data migration include:
- Bring down a physical storage device for maintenance without disrupting workloads.
- Modify the properties of a share.
- Free up space in a thinly-provisioned back end.
Migrate a share with the manila migrate
command, as shown in the following
example:
$ manila migrate shareID destinationHost --force-host-copy True|False
In this example, --force-host-copy True
forces the generic
host-based migration mechanism and bypasses any driver optimizations.
destinationHost
is in this format host#pool
which includes destination host and pool.
Note
If the user is not an administrator, the migration fails.