Revision b1fef76e snf-image-host/defaults

b/snf-image-host/defaults
64 64
# PITHOS_DATA: Directory where pithos data are hosted
65 65
# PITHOS_DATA="/var/lib/pithos/data"
66 66

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

  
75
# Paths for needed programs. Uncommend and change the variables below if you
68 76
# don't want to use the default one.
69 77
# LOSETUP="losetup"
70 78
# KPARTX="kpartx"
......
73 81
# INSTALL_MBR="install-mbr"
74 82
# TIMELIMIT="timelimit"
75 83
# CURL="curl"
76
# PROGRESS_MONITOR="snf-progress-monitor"

Also available in: Unified diff