From 5ab051df7a6f53ababb1c283af2ec4f8e1c7cac3 Mon Sep 17 00:00:00 2001 From: David Teigland Date: Mon, 13 Feb 2017 15:36:17 -0600 Subject: [PATCH] WHATS_NEW: changes for recent command defs --- WHATS_NEW | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/WHATS_NEW b/WHATS_NEW index 3fbef6f8d..c8b7fdc39 100644 --- a/WHATS_NEW +++ b/WHATS_NEW @@ -1,14 +1,16 @@ Version 2.02.169 - ===================================== - Add lvconvert --swapmetadata for previous non-specific command. - Add lvconvert --startpoll for previous non-specific command. - Add lvconvert --mergethin for specific --merge case. - Add lvconvert --mergemirrors for specific --merge case. - Add lvconvert --mergesnapshot for specific --merge case. + Add lvconvert --swapmetadata, new specific way to swap pool metadata LVs. + Add lvconvert --startpoll, new specific way to start polling conversions. + Add lvconvert --mergethin, new specific way to merge thin snapshots. + Add lvconvert --mergemirrors, new specific way to merge split mirrors. + Add lvconvert --mergesnapshot, new specific way to combine cow LVs. Split up lvconvert code based on command definitions. Split up lvchange code based on command definitions. Generate help output and man pages from command definitions. - Add command definitions and match every command to one. + Verify all command line items against command definition. + Match every command run to one command definition. + Specify every allowed command definition/syntax in command-lines.in. Add extra memory page when limiting pthread stack size in clvmd. Support striped/raid0* <-> raid10_near conversions Support shrinking of RaidLvs