master - man: update
by Zdenek Kabelac
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=d184e8d0bac11f...
Commit: d184e8d0bac11f64ec7a5e8dc2a0fcd5b2714890
Parent: 74e6135c4f06f922672a057e7c47f513e84d035d
Author: Zdenek Kabelac <zkabelac(a)redhat.com>
AuthorDate: Mon Nov 24 14:48:13 2014 +0100
Committer: Zdenek Kabelac <zkabelac(a)redhat.com>
CommitterDate: Mon Nov 24 14:48:13 2014 +0100
man: update
Improve lvconvert.
Put ENV section downward in lvm.8.
---
man/lvconvert.8.in | 26 +++++++++++++-------------
man/lvm.8.in | 50 +++++++++++++++++++++++++-------------------------
2 files changed, 38 insertions(+), 38 deletions(-)
diff --git a/man/lvconvert.8.in b/man/lvconvert.8.in
index 5c9c083..10bc478 100644
--- a/man/lvconvert.8.in
+++ b/man/lvconvert.8.in
@@ -119,21 +119,21 @@ lvconvert \(em convert a logical volume from linear to mirror or snapshot
.RI [ PhysicalVolume [ Path ]...]
.sp
.B lvconvert
-.RB [{ \-\-type
-.BR \fIthin [ \fI\-pool ]| \-T | \-\-thin }
+.B \-\-type
+.BR \fIthin [ \fI\-pool ]| \-T | \-\-thin
.RB [ \-\-originname
-.IR NewExternalOriginVolumeName ]]
+.IR NewExternalOriginVolumeName ]
.RB [ \-\-thinpool
.IR ThinPoolLogicalVolume { Name | Path }
.RB [ \-c | \-\-chunksize
.IR ChunkSize [ bBsSkKmMgG ]]
.RB [ \-\-discards
.RI { ignore | nopassdown | passdown }]
-.RB [{ \-\-poolmetadata
+.RB [ \-\-poolmetadata
.IR ThinPoolMetadataLogicalVolume { Name | Path }
|
.B \-\-poolmetadatasize
-.IR ThinPoolMetadataSize [ bBsSkKmMgG ]}]
+.IR ThinPoolMetadataSize [ bBsSkKmMgG ]]
.RB [ \-r | \-\-readahead
.RI { ReadAheadSectors | auto | none }]
.RB [ \-\-stripes \ \fIStripes
@@ -148,25 +148,25 @@ lvconvert \(em convert a logical volume from linear to mirror or snapshot
.RB [ \-\-version ]
.RI [[ ExternalOrigin | ThinPool ] LogicalVolume { Name | Path }]
.RI [ PhysicalVolume [ Path ][ :PE
-.RI [ \-PE ]]...]
+.RI [ \-PE ]]\ \.\|\.\|\.
.sp
.B lvconvert
-.RB [ \-\-type
-.BR \fIcache [ \fI\-pool ]| \-H | \-\-cache ]
-.RB [{ \-\-cachepool
-.IR CachePoolLogicalVolume { Name | Path }]
+.B \-\-type
+.BR \fIcache [ \fI\-pool ]| \-H | \-\-cache
+.RB [ \-\-cachepool
+.IR CachePoolLogicalVolume { Name | Path }
|
.B \-\-pooldatasize
-.IR CachePoolMetadataSize [ bBsSkKmMgGtTpPeE ]}]
+.IR CachePoolMetadataSize [ bBsSkKmMgGtTpPeE ]]
.RB [ \-c | \-\-chunksize
.IR ChunkSize [ bBsSkKmMgG ]]
.RB [ \-\-cachemode
.RI { writeback | writethrough }]
-.RB [{ \-\-poolmetadata
+.RB [ \-\-poolmetadata
.IR CachePoolMetadataLogicalVolume { Name | Path }
|
.B \-\-poolmetadatasize
-.IR CachePoolMetadataSize [ bBsSkKmMgG ]}]
+.IR CachePoolMetadataSize [ bBsSkKmMgG ]]
.RB [ \-\-poolmetadataspare
.RI { y | n }]
.RB [ \-\-commandprofile
diff --git a/man/lvm.8.in b/man/lvm.8.in
index 7b95e2b..5347e94 100644
--- a/man/lvm.8.in
+++ b/man/lvm.8.in
@@ -308,36 +308,12 @@ A short form of \fB\-\-metadataprofile\fP for \fBvgcreate\fP, \fBlvcreate\fP,
for any other command (with the exception of \fBdumpconfig\fP command where the
\-\-profile has special meaning, see \fBlvm dumpconfig\fP(8) for more information).
.TP
-.IR \fB\-\-config \ ConfigurationString
+.IR \fB\-\-config " " \fIConfigurationString
Uses the ConfigurationString as direct string representation of the configuration
to override the existing configuration. The ConfigurationString is of exactly
the same format as used in any LVM configuration file. See \fBlvm.conf\fP(5)
for more information about \fBdirect config override on command line\fP and the
way it fits with other LVM configuration methods.
-.SH ENVIRONMENT VARIABLES
-.TP
-.B HOME
-Directory containing \fI.lvm_history\fP if the internal readline
-shell is invoked.
-.TP
-.B LVM_SYSTEM_DIR
-Directory containing \fBlvm.conf\fP(5) and other LVM system files.
-Defaults to "#DEFAULT_SYS_DIR#".
-.TP
-.B LVM_SUPPRESS_FD_WARNINGS
-Suppress warnings about openned file descriptors, when lvm command
-is executed.
-.TP
-.B LVM_VG_NAME
-The Volume Group name that is assumed for
-any reference to a Logical Volume that doesn't specify a path.
-Not set by default.
-.TP
-.B LVM_LVMETAD_PIDFILE
-Path for the lvmetad pid file.
-.TP
-.B LVM_LVMETAD_SOCKET
-Path for the lvmetad socket file.
.SH VALID NAMES
The valid characters for VG and LV names are:
.B a-z A-Z 0-9 + _ . -
@@ -498,6 +474,30 @@ For scalar types: number (integer), size (floating point number with size unit s
.SH DIAGNOSTICS
All tools return a status code of zero on success or non-zero on failure.
+.SH ENVIRONMENT VARIABLES
+.TP
+.B HOME
+Directory containing \fI.lvm_history\fP if the internal readline
+shell is invoked.
+.TP
+.B LVM_SYSTEM_DIR
+Directory containing \fBlvm.conf\fP(5) and other LVM system files.
+Defaults to "#DEFAULT_SYS_DIR#".
+.TP
+.B LVM_SUPPRESS_FD_WARNINGS
+Suppress warnings about openned file descriptors, when lvm command
+is executed.
+.TP
+.B LVM_VG_NAME
+The Volume Group name that is assumed for
+any reference to a Logical Volume that doesn't specify a path.
+Not set by default.
+.TP
+.B LVM_LVMETAD_PIDFILE
+Path for the lvmetad pid file.
+.TP
+.B LVM_LVMETAD_SOCKET
+Path for the lvmetad socket file.
.SH FILES
.I #DEFAULT_SYS_DIR#/lvm.conf
.br
9 years
master - tests: use proper LVMTEST prefix for VG name
by Zdenek Kabelac
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=74e6135c4f06f9...
Commit: 74e6135c4f06f922672a057e7c47f513e84d035d
Parent: 1e80265c368f135bf7a92c5bb4ed49948a76f712
Author: Zdenek Kabelac <zkabelac(a)redhat.com>
AuthorDate: Mon Nov 24 00:44:43 2014 +0100
Committer: Zdenek Kabelac <zkabelac(a)redhat.com>
CommitterDate: Mon Nov 24 14:39:04 2014 +0100
tests: use proper LVMTEST prefix for VG name
Cleaner needs prefix to do its jobs and clean any left VG from python
test as well.
---
test/api/python_lvm_unit.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/test/api/python_lvm_unit.py b/test/api/python_lvm_unit.py
index c338775..2f22fae 100755
--- a/test/api/python_lvm_unit.py
+++ b/test/api/python_lvm_unit.py
@@ -103,7 +103,7 @@ class AllowedPVS(object):
class TestLvm(unittest.TestCase):
- VG_P = 'py_unit_test_'
+ VG_P = os.environ.get('PREFIX')
@staticmethod
def _get_pv_device_names():
9 years
master - lvconvert: earlier detection of conflicting names
by Zdenek Kabelac
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=1e80265c368f13...
Commit: 1e80265c368f135bf7a92c5bb4ed49948a76f712
Parent: a058fab118b74ddddc8492752748f0a68c014ce6
Author: Zdenek Kabelac <zkabelac(a)redhat.com>
AuthorDate: Mon Nov 24 00:35:27 2014 +0100
Committer: Zdenek Kabelac <zkabelac(a)redhat.com>
CommitterDate: Mon Nov 24 14:39:04 2014 +0100
lvconvert: earlier detection of conflicting names
Detect same LV names for lvconvert prior opening VG.
i.e. lvconvert --thinpool vg/lvol0 -T lvol0
---
test/shell/lvconvert-thin.sh | 4 ++--
tools/lvconvert.c | 25 +++++++++++++++++++++++++
2 files changed, 27 insertions(+), 2 deletions(-)
diff --git a/test/shell/lvconvert-thin.sh b/test/shell/lvconvert-thin.sh
index 74484b1..951f694 100644
--- a/test/shell/lvconvert-thin.sh
+++ b/test/shell/lvconvert-thin.sh
@@ -53,7 +53,7 @@ lvchange -an $vg/$lv1
# conversion fails for mirror segment type
fail lvconvert --thinpool $vg/$lv1
# cannot use same LV
-fail lvconvert --yes --thinpool $vg/$lv2 --poolmetadata $vg/$lv2
+invalid lvconvert --yes --thinpool $vg/$lv2 --poolmetadata $vg/$lv2
prepare_lvs
@@ -104,7 +104,7 @@ invalid lvconvert -c -256 --thinpool $vg/$lv1 --poolmetadata $vg/$lv2
invalid lvconvert -c 88 --thinpool $vg/$lv1 --poolmetadata $vg/$lv2
# cannot use same LV for pool and convertion
-fail lvconvert --yes --thinpool $vg/$lv3 -T $vg/$lv3
+invalid lvconvert --yes --thinpool $vg/$lv3 -T $vg/$lv3
# Warning about smaller then suggested
lvconvert --yes -c 256 --thinpool $vg/$lv1 --poolmetadata $vg/$lv2 |& tee err
diff --git a/tools/lvconvert.c b/tools/lvconvert.c
index 8436c24..c7acd5d 100644
--- a/tools/lvconvert.c
+++ b/tools/lvconvert.c
@@ -76,6 +76,28 @@ struct lvconvert_params {
thin_discards_t discards;
};
+static int _lvconvert_validate_names(struct lvconvert_params *lp)
+{
+ int i, j;
+ const char *names[] = {
+ (lp->lv_name == lp->pool_data_name) ? NULL : lp->lv_name, "converted",
+ lp->pool_data_name, "pool",
+ lp->pool_metadata_name, "pool metadata",
+ lp->origin_name, "origin",
+ };
+
+ for (i = 0; i < DM_ARRAY_SIZE(names); i += 2)
+ if (names[i])
+ for (j = i + 2; j < DM_ARRAY_SIZE(names); j += 2)
+ if (names[j] && !strcmp(names[i], names[j])) {
+ log_error("Can't use same name %s for %s and %s volume.",
+ names[i], names[i + 1], names[j + 1]);
+ return 0;
+ }
+
+ return 1;
+}
+
static int _lvconvert_name_params(struct lvconvert_params *lp,
struct cmd_context *cmd,
int *pargc, char ***pargv)
@@ -195,6 +217,9 @@ static int _lvconvert_name_params(struct lvconvert_params *lp,
}
}
+ if (!_lvconvert_validate_names(lp))
+ return_0;
+
return 1;
}
9 years
master - man: fix pages for generators
by Zdenek Kabelac
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=a058fab118b74d...
Commit: a058fab118b74ddddc8492752748f0a68c014ce6
Parent: 8bc7b4f926c8ae24c99391c39fc8e2a9fa55d80a
Author: Zdenek Kabelac <zkabelac(a)redhat.com>
AuthorDate: Mon Nov 24 00:32:26 2014 +0100
Committer: Zdenek Kabelac <zkabelac(a)redhat.com>
CommitterDate: Mon Nov 24 14:39:04 2014 +0100
man: fix pages for generators
Properly generate man page for systemd generators on make.
Simplified install_clusters
---
man/Makefile.in | 12 ++++--------
1 files changed, 4 insertions(+), 8 deletions(-)
diff --git a/man/Makefile.in b/man/Makefile.in
index 5a11ae2..40bf7a2 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -77,14 +77,10 @@ MAN8DIR=$(mandir)/man8
MAN8SYSTEMD_GENERATORS=lvm2-activation-generator.8
-CLEAN_TARGETS=$(MAN5) $(MAN7) $(MAN8) $(MAN8CLUSTER) $(FSADMMAN) $(BLKDEACTIVATEMAN) $(DMEVENTDMAN) $(MAN8DM)
-DISTCLEAN_TARGETS=fsadm.8 clvmd.8 cmirrord.8 dmeventd.8 lvmcache.7 lvmthin.7 blkdeactivate.8
-
include $(top_builddir)/make.tmpl
-ifneq ("@CLVMD@", "none")
- install: install_cluster
-endif
+CLEAN_TARGETS+=$(MAN5) $(MAN7) $(MAN8) $(MAN8CLUSTER) $(MAN8SYSTEMD_GENERATORS) $(MAN8DM)
+DISTCLEAN_TARGETS+=fsadm.8 clvmd.8 cmirrord.8 dmeventd.8 lvmcache.7 lvmthin.7 blkdeactivate.8
all: man device-mapper
@@ -92,7 +88,7 @@ all: man device-mapper
device-mapper: $(MAN8DM)
-man: $(MAN5) $(MAN7) $(MAN8) $(MAN8CLUSTER)
+man: $(MAN5) $(MAN7) $(MAN8) $(MAN8CLUSTER) $(MAN8SYSTEMD_GENERATORS)
$(MAN5) $(MAN7) $(MAN8) $(MAN8DM) $(MAN8CLUSTER): Makefile
@@ -134,4 +130,4 @@ ifdef MAN8SYSTEMD_GENERATORS
$(INSTALL_DATA) $(MAN8SYSTEMD_GENERATORS) $(MAN8DIR)/
endif
-install: install_lvm2 install_device-mapper
+install: install_lvm2 install_device-mapper install_cluster
9 years
master - libdm: there is no element in item 0
by Zdenek Kabelac
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=8bc7b4f926c8ae...
Commit: 8bc7b4f926c8ae24c99391c39fc8e2a9fa55d80a
Parent: fb220314ec787bd8f0855b055e1b3bba7368dd26
Author: Zdenek Kabelac <zkabelac(a)redhat.com>
AuthorDate: Mon Nov 24 14:37:11 2014 +0100
Committer: Zdenek Kabelac <zkabelac(a)redhat.com>
CommitterDate: Mon Nov 24 14:38:54 2014 +0100
libdm: there is no element in item 0
Items[0] holds only counter in .len.
So don't zero already zeroed items[0].len assigned above.
(finishing fc935495c813b7577ac8237459a2cc65ea291ac2)
---
libdm/libdm-report.c | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c
index 470c2d1..a1bab05 100644
--- a/libdm/libdm-report.c
+++ b/libdm/libdm-report.c
@@ -393,8 +393,6 @@ static int _report_field_string_list(struct dm_report *rh,
/* zero items */
if (!list_size) {
sort_value->value = field->report_string = "";
- sort_value->items[0].pos = 0;
- sort_value->items[0].len = 0;
field->sort_value = sort_value;
return 1;
}
9 years
master - report: add some comments about how string list is stored internally
by Peter Rajnoha
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=fb220314ec787b...
Commit: fb220314ec787bd8f0855b055e1b3bba7368dd26
Parent: b9601b8353a7d7ccba70638800630065175e6f03
Author: Peter Rajnoha <prajnoha(a)redhat.com>
AuthorDate: Mon Nov 24 13:14:33 2014 +0100
Committer: Peter Rajnoha <prajnoha(a)redhat.com>
CommitterDate: Mon Nov 24 13:14:33 2014 +0100
report: add some comments about how string list is stored internally
---
libdm/libdm-report.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c
index 88a429b..470c2d1 100644
--- a/libdm/libdm-report.c
+++ b/libdm/libdm-report.c
@@ -376,7 +376,7 @@ static int _report_field_string_list(struct dm_report *rh,
* sort_value->value = report_string; (we'll use the original report_string for indices)
* sort_value->items[0] = {0,3}; (we have 3 items)
* sort_value->items[1] = {0,3}; ("abc")
- * sort_value->items[2] = {7,4}; ("defgh")
+ * sort_value->items[2] = {7,5}; ("defgh")
* sort_value->items[3] = {4,2}; ("xy")
*
* The items alone are always sorted while in report_string they can be
9 years
master - report: add some comments about how string list is stored internally
by Peter Rajnoha
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=b9601b8353a7d7...
Commit: b9601b8353a7d7ccba70638800630065175e6f03
Parent: ced0c17f2179af623cfec72e5a52f93471cda676
Author: Peter Rajnoha <prajnoha(a)redhat.com>
AuthorDate: Mon Nov 24 10:48:01 2014 +0100
Committer: Peter Rajnoha <prajnoha(a)redhat.com>
CommitterDate: Mon Nov 24 10:48:01 2014 +0100
report: add some comments about how string list is stored internally
---
libdm/libdm-report.c | 15 +++++++++++++++
1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/libdm/libdm-report.c b/libdm/libdm-report.c
index 0dfbc30..88a429b 100644
--- a/libdm/libdm-report.c
+++ b/libdm/libdm-report.c
@@ -368,6 +368,21 @@ static int _report_field_string_list(struct dm_report *rh,
* position and length for each list element withing the report_string.
* The first element stores number of elements in 'len' (therefore
* list_size + 1 is used below for the extra element).
+ * For example, with this input:
+ * sort = 0; (we don't want to report sorted)
+ * report_string = "abc,xy,defgh"; (this is reported)
+ *
+ * ...we end up with:
+ * sort_value->value = report_string; (we'll use the original report_string for indices)
+ * sort_value->items[0] = {0,3}; (we have 3 items)
+ * sort_value->items[1] = {0,3}; ("abc")
+ * sort_value->items[2] = {7,4}; ("defgh")
+ * sort_value->items[3] = {4,2}; ("xy")
+ *
+ * The items alone are always sorted while in report_string they can be
+ * sorted or not (based on "sort" arg) - it depends on how we prefer to
+ * display the list. Having items sorted internally helps with searching
+ * through them.
*/
if (!(sort_value->items = dm_pool_zalloc(rh->mem, (list_size + 1) * sizeof(struct str_list_sort_value_item)))) {
log_error("dm_report_fiel_string_list: dm_pool_zalloc failed for sort value items");
9 years
master - man/lvchange: Mention --cachepolicy and --cachesettings.
by Petr Rockai
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=ced0c17f2179af...
Commit: ced0c17f2179af623cfec72e5a52f93471cda676
Parent: 1445a74d76ddf59043e0e713c6a96eddc4839670
Author: Petr Rockai <prockai(a)redhat.com>
AuthorDate: Sun Nov 23 23:42:20 2014 +0100
Committer: Petr Rockai <prockai(a)redhat.com>
CommitterDate: Mon Nov 24 00:02:55 2014 +0100
man/lvchange: Mention --cachepolicy and --cachesettings.
---
man/lvchange.8.in | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/man/lvchange.8.in b/man/lvchange.8.in
index cafb914..4577cce 100644
--- a/man/lvchange.8.in
+++ b/man/lvchange.8.in
@@ -16,6 +16,10 @@ lvchange \(em change attributes of a logical volume
.RB [ \-K | \-\-ignoreactivationskip ]
.RB [ \-\-alloc
.IR AllocationPolicy ]
+.RB [ \-\-cachepolicy
+.IR policy ]
+.RB [ \-\-cachesettings
+.IR key=value ]
.RB [ \-\-commandprofile
.IR ProfileName ]
.RB [ \-C | \-\-contiguous
@@ -131,6 +135,11 @@ of the flag is reported within \fBlv_attr\fP bits.
.BR \-K ", " \-\-ignoreactivationskip
Ignore the flag to skip Logical Volumes during activation.
.TP
+.BR \-\-cachepolicy " " policy ", " \-\-cachesettings " " key=value
+Only applicable to cached LVs; see also \fBlvmcache(7)\fP. Sets
+the cache policy and its associated tunable settings. In most use-cases,
+default values should be adequate.
+.TP
.BR \-C ", " \-\-contiguous " {" \fIy | \fIn }
Tries to set or reset the contiguous allocation policy for
logical volumes. It's only possible to change a non-contiguous
9 years
master - man/lvm.conf: Update to reflect changes in config parser.
by Petr Rockai
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=1445a74d76ddf5...
Commit: 1445a74d76ddf59043e0e713c6a96eddc4839670
Parent: 14472d62ba459db629221e83235720dde7fc4e49
Author: Petr Rockai <prockai(a)redhat.com>
AuthorDate: Sun Nov 23 23:41:58 2014 +0100
Committer: Petr Rockai <prockai(a)redhat.com>
CommitterDate: Sun Nov 23 23:41:58 2014 +0100
man/lvm.conf: Update to reflect changes in config parser.
---
man/lvm.conf.5.in | 15 +++++++++++----
1 files changed, 11 insertions(+), 4 deletions(-)
diff --git a/man/lvm.conf.5.in b/man/lvm.conf.5.in
index 5bc2081..288bc42 100644
--- a/man/lvm.conf.5.in
+++ b/man/lvm.conf.5.in
@@ -114,7 +114,9 @@ A value can either be a new section, or an assignment.
.TP
.BR section " = " identifier " '" { "' " value "* '" } '
.br
-A section is groups associated values together.
+A section groups associated values together. If the same section is
+encountered multiple times, the contents of all instances are concatenated
+together in the order of appearance.
.br
It is denoted by a name and delimited by curly brackets.
.br
@@ -126,9 +128,13 @@ e.g. backup {
.TP
.BR assignment " = " identifier " '" = "' ( " array " | " type " )"
.br
-An assignment associates a type with an identifier.
+An assignment associates a type with an identifier. If the identifier contains
+forward slashes, those are interpreted as path delimiters. The statement
+\fBsection/key = value\fP is equivalent to \fBsection { key = value }\fP. If
+multiple instances of the same key are encountered, only the last value is used
+(and a warning is issued).
.br
-e.g. level = 7
+e.g. \fBlevel = 7\fP
.br
.TP
.BR array " = '" [ "' ( " type " '" , "')* " type " '" ] "' | '" [ "' '" ] '
@@ -146,7 +152,8 @@ An empty array is acceptable.
.br
.B string \fR= '\fB"\fR'.*'\fB"\fR'
.IP
-Strings must be enclosed in double quotes.
+Strings with spaces must be enclosed in double quotes, single words that start
+with a letter can be left unquoted.
.SH SECTIONS
.LP
9 years
master - Update WHATS_NEW.
by Petr Rockai
Gitweb: http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=14472d62ba459d...
Commit: 14472d62ba459db629221e83235720dde7fc4e49
Parent: a6a7a3a074692a66d065d19e58e6e170233ab9e9
Author: Petr Rockai <prockai(a)redhat.com>
AuthorDate: Sun Nov 23 23:30:27 2014 +0100
Committer: Petr Rockai <prockai(a)redhat.com>
CommitterDate: Sun Nov 23 23:30:27 2014 +0100
Update WHATS_NEW.
---
WHATS_NEW | 1 +
WHATS_NEW_DM | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/WHATS_NEW b/WHATS_NEW
index 19f1d2a..fc6ba69 100644
--- a/WHATS_NEW
+++ b/WHATS_NEW
@@ -8,6 +8,7 @@ Version 2.02.113 -
Failed recovery returns FAILED_RECOVERY status flag for vg_read().
Exit with non-zero status code when pvck encounters a problem.
Fix clean_tree after activation/resume for cache target (2.02.112).
+ Add --cachepolicy and --cachesettings options to lvchange.
Version 2.02.112 - 11th November 2014
=====================================
diff --git a/WHATS_NEW_DM b/WHATS_NEW_DM
index 0de5b89..ba4e679 100644
--- a/WHATS_NEW_DM
+++ b/WHATS_NEW_DM
@@ -2,6 +2,7 @@ Version 1.02.92 -
====================================
Fix memory corruption with sorting empty string lists (1.02.86).
Fix man dmsetup.8 syntax warning of Groff
+ Relax rules in the config file parser.
Version 1.02.91 - 11th November 2014
====================================
9 years