Revision 56956bcb

b/Makefile.am
656 656
	  echo 's#@CUSTOM_XEN_BOOTLOADER@#$(XEN_BOOTLOADER)#g'; \
657 657
	  echo 's#@CUSTOM_XEN_KERNEL@#$(XEN_KERNEL)#g'; \
658 658
	  echo 's#@CUSTOM_XEN_INITRD@#$(XEN_INITRD)#g'; \
659
	  echo 's#@CUSTOM_IALLOCATOR_SEARCH_PATH@#$(IALLOCATOR_SEARCH_PATH)#g'; \
660
	  echo 's#@CUSTOM_EXPORT_DIR@#$(EXPORT_DIR)#g'; \
659 661
	  echo 's#@RPL_FILE_STORAGE_DIR@#$(FILE_STORAGE_DIR)#g'; \
660 662
	  echo 's#@RPL_SSH_INITD_SCRIPT@#$(SSH_INITD_SCRIPT)#g'; \
661 663
	  echo 's#@PKGLIBDIR@#$(pkglibdir)#g'; \
b/man/gnt-backup.rst
29 29

  
30 30
Exports an instance to the target node. All the instance data and
31 31
its configuration will be exported under the
32
/srv/ganeti/export/*instance* directory on the target node.
32
``@CUSTOM_EXPORT_DIR@/``*instance* directory on the target node.
33 33

  
34 34
The ``--shutdown-timeout`` is used to specify how much time to wait
35 35
before forcing the shutdown (xm destroy in xen, killing the kvm
b/man/gnt-instance.rst
435 435
synced, use the ``--no-wait-for-sync`` option.
436 436

  
437 437
The ``--file-storage-dir`` specifies the relative path under the
438
cluster-wide file storage directory to store file-based disks. It
439
is useful for having different subdirectories for different
438
cluster-wide file storage directory to store file-based disks. It is
439
useful for having different subdirectories for different
440 440
instances. The full path of the directory where the disk files are
441
stored will consist of cluster-wide file storage directory +
442
optional subdirectory + instance name. Example:
443
/srv/ganeti/file-storage/mysubdir/instance1.example.com. This
444
option is only relevant for instances using the file storage
445
backend.
441
stored will consist of cluster-wide file storage directory + optional
442
subdirectory + instance name. Example:
443
``@RPL_FILE_STORAGE_DIR@``*/mysubdir/instance1.example.com*. This
444
option is only relevant for instances using the file storage backend.
446 445

  
447 446
The ``--file-driver`` specifies the driver to use for file-based
448 447
disks. Note that currently these drivers work with the xen

Also available in: Unified diff