summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2005-03-28 18:50:36 +0000
committerPeter Jones <pjones@redhat.com>2005-03-28 18:50:36 +0000
commit3d28ee19b7b9ed0453a6a27d13d8c987f2ecb508 (patch)
tree66f9a1e04c508b498a29b7f1d1f881461f659909 /ChangeLog
parent211f0b5b68d2a07db9e753a305737a8ed86225ec (diff)
downloadanaconda-3d28ee19b7b9ed0453a6a27d13d8c987f2ecb508.tar.gz
anaconda-3d28ee19b7b9ed0453a6a27d13d8c987f2ecb508.tar.xz
anaconda-3d28ee19b7b9ed0453a6a27d13d8c987f2ecb508.zip
Delete snapshot LVs before their parents
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 60178e4af..e17bf5814 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,26 @@
2005-03-28 Peter Jones <pjones@redhat.com>
+ * lvm.py (lvlist,vglist,pvlist): make lvm list functions use
+ a specified separator, explicitly ask for the fields we need,
+ and get sizes without format specifiers
+
+ * lvm.py (lvlist): list the "origin" of snapshot LVs
+
+ * partRequests.py (LogicalVolumeRequestSpec.__init__): add
+ "snapshots" and "lvorigin" attributes, so we can track lv
+ snapshots we need to delete
+
+ * partedUtils.py (DiskSet.findExistingRootPartitions): explictly
+ ignore snapshot LVs
+
+ * partitions.py (Partitions.setFromDisk): mark snapshot LV requests
+ with lvorigin, and link snapshots to parents.
+
+ * partitions.py (Partitions.deleteDependentRequests): add snapshot
+ requests to the delete list when deleting snapshots.
+
+2005-03-28 Peter Jones <pjones@redhat.com>
+
* scripts/mk-rescueimage.i386 scripts/mk-rescueimage.x86_64:
Make the rescue images identify which arch they're for (#151501)