You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The outcome is that the ls shows only the files of this instance only while with persistent storage I'd expect to get the previous files as well, shouldn't it?
The same test by recreating the pod only, keeping the pvc. The result was the same, only files from the current instance are present. Note the pvc is kept, has the same name and in AWS only one volume is created and kept.
Updating the csi driver to latest 1.37 release and
RBAC.
Additionally the `peerpod` key is mandaotry in the storageclass
definition, without which peerpodVolume CRD will not be created.
Fixes: confidential-containers#2144
Signed-off-by: Pradipta Banerjee <[email protected]>
Describe the bug
The persistency of AWS CSI wrapper doesn't seem to work with kata-remote.
How to reproduce
The outcome is that the
ls
shows only the files of this instance only while with persistent storage I'd expect to get the previous files as well, shouldn't it?I also tried using the class directly:
The same test by recreating the pod only, keeping the pvc. The result was the same, only files from the current instance are present. Note the pvc is kept, has the same name and in AWS only one volume is created and kept.
CoCo version information
confidential-containers/cloud-api-adaptor e14ad0f
What TEE are you seeing the problem on
None
Failing command and relevant log output
The text was updated successfully, but these errors were encountered: