Closed sameo closed 7 years ago
@amshinde @mcastelino @sboeuf Without this patch, all our block indexes with CRI-O and k8s are off by one, because we reset them to 0 after creating the pod. The pod comes with a pause container for which we export one block device. So after creation, the pod block index should be set to 1.
@amshinde Feel free to merge if all CIs pass.
When setting a pod state, we don't want to overwrite its existing values by storing an empty pod state with all block and fs states unitialized.
Signed-off-by: Samuel Ortiz sameo@linux.intel.com