Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fscache and virtio fail to start #462

Merged
merged 1 commit into from
Jun 2, 2022

Commits on Jun 2, 2022

  1. fix: fscache and virtio fail to start

    State machine is turned on arriving 'RUNNING' via 'READY', instead from
    'INIT' to 'RUNNING' directly. The virtio and fscache miss the trigger
    from 'INIT' to 'READY', still trying to transfer from 'INIT' to
    'RUNNING' which is old fashion. So this patch add additional
    transformation.
    
    Signed-off-by: 泰友 <cuichengxu.ccx@antgroup.com>
    泰友 committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    40a016b View commit details
    Browse the repository at this point in the history