newstore: removing deprecated files when use new store driver#1575
Conversation
|
Second commit is only for test purpose which should be removed before merging. ping CI team @kata-containers/ci : #883 (comment) |
|
/test |
cb3100e to
e1edd28
Compare
|
/test |
e1edd28 to
e21b181
Compare
|
/test |
Fixes kata-containers#803 Simplify new store API to make the code easier to understand and use. Signed-off-by: Wei Zhang <zhangwei555@huawei.com>
203f7c0 to
63060d1
Compare
|
/test |
1 similar comment
|
/test |
jodh-intel
left a comment
There was a problem hiding this comment.
Thanks @WeiZhang555.
A few initial comments.
c84ce63 to
7be0889
Compare
|
/test |
7be0889 to
fdd0ad6
Compare
|
/test |
|
ping @chavafg : Can you enable "experimental" in I can't find how to set the "KATA_EXPERIMENTAL_FEATURES" flag in our Jenkins Jobs, maybe that's because I don't have right permission. |
fdd0ad6 to
33d9ef9
Compare
|
/test @jodh-intel @gabibeyer I fixed the CI now, so please take another look at this. Thanks 😄 |
33d9ef9 to
4c19213
Compare
|
/test |
When using experimental feature "newstore", we save and load devices information from `persist.json` instead of `devices.json`, in such case, file `devices.json` isn't needed anymore, so remove it. Signed-off-by: Wei Zhang <zhangwei555@huawei.com>
|
Hi @WeiZhang555, I've just enabled it in the cri-containerd job and also provided you with correct permissions on Jenkins. |
|
Thanks so much! @chavafg |
|
ping @kata-containers/runtime |
Support saving/loading `GuestMemoryHotplugProbe` from sandbox state. Signed-off-by: Wei Zhang <zhangwei555@huawei.com>
|
/test Thanks @jodh-intel ! Your comments are addressed. |
|
lgtm! |
|
jenkins-ci-centos-7-4-q-35 fail: This is a known issue #1604 |
|
Thanks @teawater ! |
Fixes #803
It contains several commits:
Signed-off-by: Wei Zhang zhangwei555@huawei.com