-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Milestone
Description
sub task of #328
In order to prepare the migration of node from the v1 to v2. We need to identify the potential data migration that will be required.
I think the only things we want to migrate is the data on disks.
Networking, containers and VM are not something we will migrate.
To do so lets try the following test plan:
- boot a node with a v1 kernel.
- create some storage pool / filesystem
- write some data to it.
- shutdown the node
- update the kernel to v2 and boot
- check that storaged can mount the storage pool properly
- try to mount the storage pool into a container.