Revision dd4a4aa9 NEWS
b/NEWS | ||
---|---|---|
10 | 10 |
Incompatible/important changes |
11 | 11 |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
12 | 12 |
|
13 |
- ``gnt-node list`` no longer shows disk space information for shared file |
|
14 |
disk templates because it is not a node attribute. (For example, if you have |
|
15 |
both the file and shared file disk templates enabled, ``gnt-node list`` now |
|
16 |
only shows information about the file disk template.) |
|
17 |
- The shared file disk template is now in the new 'sharedfile' storage type. |
|
18 |
As a result, ``gnt-node list-storage -t file`` now only shows information |
|
19 |
about the file disk template and you may use ``gnt-node list-storage -t |
|
20 |
sharedfile`` to query storage information for the shared file disk template. |
|
13 | 21 |
- Over luxi, syntactially incorrect queries are now rejected as a whole; |
14 | 22 |
before, a 'SumbmitManyJobs' request was partially executed, if the outer |
15 | 23 |
structure of the request was syntactically correct. As the luxi protocol |
... | ... | |
28 | 36 |
instance data. |
29 | 37 |
- Node groups can be configured to use an SSH port different than the |
30 | 38 |
default 22. |
39 |
- Added experimental support for Gluster distributed file storage as the |
|
40 |
``gluster`` disk template under the new ``sharedfile`` storage type through |
|
41 |
automatic management of per-node FUSE mount points. You can configure the |
|
42 |
mount point location at ``gnt-cluster init`` time by using the new |
|
43 |
``--gluster-storage-dir`` switch. |
|
31 | 44 |
|
32 | 45 |
New dependencies |
33 | 46 |
~~~~~~~~~~~~~~~~ |
Also available in: Unified diff