Sign inSign up

openeuler/sheepdog

Sponsored OSS

By openeuler

Updated 2 months ago

Image
0

4.3K

openeuler/sheepdog repository overview

Quick reference

sheepdog | openEuler

Current sheepdog docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Sheepdog is a distributed storage system for QEMU. It provides highly available block level storage volumes to virtual machines. Sheepdog supports advanced volume management features such as snapshot, cloning, and thin provisioning.

Learn more on sheepdog Website.

The tag of each sheepdog docker image is consist of the version of sheepdog and the version of basic image. The details are as follows

TagCurrentlyArchitectures
1.0.1-oe2403sp4sheepdog 1.0.1 on openEuler 24.03-LTS-SP4amd64, arm64
1.0.1-oe2403sp3sheepdog 1.0.1 on openEuler 24.03-LTS-SP3amd64, arm64
1.0.1-oe2403sp1sheepdog 1.0.1 on openEuler 24.03-LTS-SP1amd64, arm64

Usage

In this usage, users can select the corresponding {Tag} based on their requirements.

  • Pull the openeuler/sheepdog image from docker

    docker pull openeuler/sheepdog:{Tag}
    
  • Run with an interactive shell

    You can also start the container with an interactive shell to use sheepdog.

    docker run -it --rm openeuler/sheepdog:{Tag} bash
    
  • Set up the storage environment

    Create a directory for sheepdog storage

    mkdir -p /home/storage
    
  • Start the sheepdog daemon

    The -c local flag runs sheepdog in standalone mode(no cluster).

    sheep /home/store/ -c local
    
  • Initialize the cluster

    The --copies=2 flag ensures data redundancy by storing two copies.

    collie cluster format --copies=2
    
  • Create a virtual disk image (VDI)

    Create a 10GB volume named myvolume

    collie vdi create myvolume 10G
    
  • Verify the volume

    List available volumes

    collie vdi list
    

Question and answering

If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.

Tag summary

Content type

Image

Digest

sha256:6ec09eda9

Size

334 MB

Last updated

2 months ago

docker pull openeuler/sheepdog

This week's pulls

Pulls:

4

Last week