problem
Restore fails silently if the data volume was created before the root volume and backup was taken using the NAS backup provider.
versions
ACS 4.20
The steps to reproduce the bug
- Create a data volume V1
- Create an instance Instance1
- Attach V1 to Instance1
- Write a file
test.txt into Instance1's root disk.
- Create backup B1 of Instance1
- Stop Instance1 and restore B1
- Restore finishes in a few seconds without any error.
- The file
test.txt is absent from Instance1
What to do about it?
Restore should succeed.
At the least it should throw error if data is not restored.
problem
Restore fails silently if the data volume was created before the root volume and backup was taken using the NAS backup provider.
versions
ACS 4.20
The steps to reproduce the bug
test.txtinto Instance1's root disk.test.txtis absent from Instance1What to do about it?
Restore should succeed.
At the least it should throw error if data is not restored.