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
{{ message }}
This repository was archived by the owner on May 12, 2021. It is now read-only.
Which feature do you think can be improved?
Use a map to record BlockIndex of SandboxState instead of the current auto increment integer.
How can it be improved?
This makes us able to reuse the index of detached device. So if a container restarts a large number of times, it will not reach the limit of device(such as maxSCSIDevices).