summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorPhillip Susi <psusi@ubuntu.com>2012-10-14 23:59:58 -0400
committerJim Meyering <jim@meyering.net>2012-10-29 21:52:38 +0100
commitf0c0d53f998964e187f59de32ac92a2c0e2d5da9 (patch)
treeefeaece19a56c12c04d9abd66eba0743d630d939 /NEWS
parentd3a81337ff149294b7cf63c45a61ffa24fa542c5 (diff)
downloadparted-f0c0d53f998964e187f59de32ac92a2c0e2d5da9.tar.gz
libparted: refactor device-mapper partition sync code
The device-mapper partition sync code was still using the remove all partitions, then add new partitions method. Refactor to use the same algorithm as regular disks: try to remove all, and ignore any that could not be removed but have not changed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 293f5e4..a40d69b 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,9 @@ GNU parted NEWS -*- outline -*-
** Bug Fixes
+ libparted: Don't fail to manipulate partitions on dmraid disks that
+ have other partitions in use.
+
libparted: mac: a MAC partition table could have a block_size larger
than the one the kernel told us about. Upon reading that partition
table, libparted would ask if it's ok to use the larger block size.