Hi all,
Is there a good way to copy a VM from one PBS instance to another?
I downloaded all the files from the 1st PBS instance which is using ZFS
the second PBS instance is also using ZFS.
i copied the files to /mnt/datastore/pbsPool/vm/500/2022-12-29T13:10:03Z
i changed ownership of 500 recursively
renamed the image files to /fidx
now when i look in the second PBS GUI, I don't see VM 500.
What can i do to make it show up in the GUI?
Is there a good way to copy a VM from one PBS instance to another?
I downloaded all the files from the 1st PBS instance which is using ZFS
the second PBS instance is also using ZFS.
i copied the files to /mnt/datastore/pbsPool/vm/500/2022-12-29T13:10:03Z
i changed ownership of 500 recursively
Code:
root@pbs-1:/mnt/datastore/pbsPool/vm# chown -R backup:backup 500
renamed the image files to /fidx
Code:
root@pbs-1:/mnt/datastore/pbsPool/vm/500/2022-12-29T13:10:03Z# mv drive-efidisk0.img drive-efidisk0.img.fidx
root@pbs-1:/mnt/datastore/pbsPool/vm/500/2022-12-29T13:10:03Z# mv drive-ide0.img drive-ide0.img.fidx
root@pbs-1:/mnt/datastore/pbsPool/vm/500/2022-12-29T13:10:03Z#
now when i look in the second PBS GUI, I don't see VM 500.
What can i do to make it show up in the GUI?