Revision f3bde990

b/NEWS
32 32
- The monitoring daemon is now running as root, in order to be able to collect
33 33
  information only available to root (such as the state of Xen instances).
34 34
- The ConfD client is now IPv6 compatible.
35
- File storage is no longer dis/enabled at configure time, but using the
36
  option '--enabled-disk-templates' at cluster initialization and
37
  modification.
38
- The default directory for file storage is not anymore specified at
39
  configure time, but taken from the cluster's configuration. It can be
40
  set at cluster initialization with '--file-storage-dir'.
41
- Cluster verification now includes stricter checks regarding the
42
  default file storage dir. It now checks that the file storage
43
  directory is explicitely allowed in the 'file-storage-paths' file and
44
  that the directory exists on all nodes.
35 45

  
36 46

  
37 47
Version 2.8.0 beta1
b/man/gnt-cluster.rst
268 268

  
269 269
The ``--file-storage-dir`` option allows you set the directory to
270 270
use for storing the instance disk files when using file storage as
271
backend for instance disks.
271
backend for instance disks. Note that the file storage dir must be
272
an allowed directory for file storage. Those directories are specified
273
in the ``@SYSCONFDIR@/ganeti/file-storage-paths`` file. The file storage
274
directory can also be a subdirectory of an allowed one.
272 275

  
273 276
The ``--prealloc-wipe-disks`` sets a cluster wide configuration value
274 277
for wiping disks prior to allocation and size changes (``gnt-instance

Also available in: Unified diff