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

Add export subcommand to nydus-image #1159

Merged
merged 3 commits into from
Mar 29, 2023
Merged

Commits on Mar 29, 2023

  1. nydus-image: syntax changes for commandline option preparation

    Syntax only changes for commandline option preparation.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    0917afb View commit details
    Browse the repository at this point in the history
  2. nydus-image: introduce new subcommand export

    Introduce new subcommand `export` to nydus-image, which will be used
    to export RAFS filesystems as raw block device images or tar files.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d5ef141 View commit details
    Browse the repository at this point in the history
  3. nydus-image: enable multi-threading when exporting block images

    Enable multi-threading when exporting block images, to reduce exporting
    time.
    
    Signed-off-by: Jiang Liu <gerry@linux.alibaba.com>
    jiangliu committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    fc3979e View commit details
    Browse the repository at this point in the history