sheep(8) - Linux man page
Name
sheep - Distributed Block Storage System for KVMSnynopsis
sheep [options] [PATH]Description
The server daemon is called sheep(8). A command line utility is available via collie(8). KVM/QEMU virtual machines use the sheep daemon via a block driver available in qemu(1).
Options
- -p, --port port
- This option specifies the IP port over which sheep looks for other sheepdog cluster nodes.
- -f, --foreground
- This option forces the sheepdog daemon to run in the foreground.
- -l, --loglevel loglevel
- This option specifies the message level printed.
- -d, --debug
- This option displays debug messages.
- -h, --help
- Display help and exit.
Path
Proper LSB systems will store sheepdog files in /var/lib/sheepdog. The init script uses this directory by default. The directory must be on a filesystem with xattr support. In the case of ext3, user_xattr should be added to the mount options.mount
-
o remount,user_xattr /var/lib/shepdog
Dependencies
sheepdog requires QEMU 0.13.z or later and Corosync 1.y.z.Files
/var/lib/sheepdog - Directory containingblock storage information