Revision 79e82404 scripts/gnt-cluster
b/scripts/gnt-cluster | ||
---|---|---|
44 | 44 |
vg_name=opts.vg_name, |
45 | 45 |
mac_prefix=opts.mac_prefix, |
46 | 46 |
def_bridge=opts.def_bridge, |
47 |
master_netdev=opts.master_netdev) |
|
47 |
master_netdev=opts.master_netdev, |
|
48 |
file_storage_dir=opts.file_storage_dir) |
|
48 | 49 |
SubmitOpCode(op) |
49 | 50 |
return 0 |
50 | 51 |
|
... | ... | |
315 | 316 |
" [%s]" % constants.DEFAULT_BRIDGE, |
316 | 317 |
metavar="NETDEV", |
317 | 318 |
default=constants.DEFAULT_BRIDGE,), |
319 |
make_option("--file-storage-dir", dest="file_storage_dir", |
|
320 |
help="Specify the default directory (cluster-wide)" |
|
321 |
" for storing the file-based disks [%s]" % |
|
322 |
constants.DEFAULT_FILE_STORAGE_DIR, |
|
323 |
metavar="DIR", |
|
324 |
default=constants.DEFAULT_FILE_STORAGE_DIR,), |
|
318 | 325 |
], |
319 | 326 |
"[opts...] <cluster_name>", |
320 | 327 |
"Initialises a new cluster configuration"), |
Also available in: Unified diff