Revision c8230353 snf-image-host/defaults

b/snf-image-host/defaults
60 60
# PITHOS_DATA: Directory where pithos data are hosted
61 61
# PITHOS_DATA="/var/lib/pithos/data"
62 62

  
63
# Paths for needed programs. Uncommend and change the variables below, if you
63
# PROGRESS_MONITOR: External program that monitors the progress of the image
64
# deployment. For now, this program is treated by snf-image as a decorator for
65
# the raw copy command that copies the image file to the instance's hard disk.
66
# This program must support the following options:
67
#   -r, which specifies the expected number of bytes to be written to the disk.
68
#   -i, which specifies the Ganeti instance name.
69
# PROGRESS_MONITOR=""
70

  
71
# Paths for needed programs. Uncommend and change the variables below if you
64 72
# don't want to use the default one.
65 73
# LOSETUP="losetup"
66 74
# KPARTX="kpartx"
......
69 77
# INSTALL_MBR="install-mbr"
70 78
# TIMELIMIT="timelimit"
71 79
# CURL="curl"
72
# PROGRESS_MONITOR="snf-progress-monitor"

Also available in: Unified diff