If you could move it to the local storage of another node then you would 'rip apart' the VM, since at that point the VM is on one node and its hard disk on another.Hello,
When i click on the button "Volume action / Move storage", I cannot select other nodes in the cluster!
How to migrate containers to other nodes (into their local storages)?
Even offline this is not possible! Why?
Hello, I cannot find this option in GUI dialogs. Is it only in CLI?it's only possible as part of a migration by passing--target-storage
# pct migrate <ctid> <target>
Sorry, I have only clicked everywhere in GUI. I have not gone to the CLI at all. Do i have to?please give the full migrate command and log output, the storage.cfg and the container config
$ pct help migrate
USAGE: pct migrate <vmid> <target> [OPTIONS]
Migrate the container to another node. Creates a new migration task.
<vmid> <integer> (1 - N)
The (unique) ID of the VM.
<target> <string>
Target node.
-bwlimit <number> (0 - N) (default=migrate limit from datacenter or
storage config)
Override I/O bandwidth limit (in KiB/s).
-online <boolean>
Use online/live migration.
-restart <boolean>
Use restart migration
-target-storage <string>
Mapping from source to target storages. Providing only a
single storage ID maps all source storages to that storage.
Providing the special value '1' will map each source storage
to itself.
-timeout <integer> (default=180)
Timeout in seconds for shutdown for restart migration
SOURCE_STORAGE:TARGET_STORAGE,ANOTHER_SOURCE_STORAGE:ANOTHER_TARGET_STORAGE,DEFAULT_TARGET_STORAGE
, you don't need provide both a default and explicit mappings though