Revision f24d3d3b

b/lib/bdev.py
184 184
      break
185 185
  else:
186 186
    raise errors.FileStoragePathError("Path '%s' is not acceptable for file"
187
                                      " storage" % path)
187
                                      " storage. A possible fix might be to add"
188
                                      " it to /etc/ganeti/file-storage-paths"
189
                                      " on all nodes." % path)
188 190

  
189 191

  
190 192
def _LoadAllowedFileStoragePaths(filename):

Also available in: Unified diff