Hello community,

here is the log from the commit of package yast2-storage for openSUSE:Factory 
checked in at 2014-09-07 11:08:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-storage (Old)
 and      /work/SRC/openSUSE:Factory/.yast2-storage.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yast2-storage"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-storage/yast2-storage.changes      
2014-08-20 17:52:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yast2-storage.new/yast2-storage.changes 
2014-09-07 11:08:23.000000000 +0200
@@ -1,0 +2,6 @@
+Thu Sep 04 18:11:49 CEST 2014 - aschn...@suse.de
+
+- fixed LVM proposal when reusing LVM (bnc#893203)
+- version 3.1.43
+
+-------------------------------------------------------------------

Old:
----
  yast2-storage-3.1.42.tar.bz2

New:
----
  yast2-storage-3.1.43.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yast2-storage.spec ++++++
--- /var/tmp/diff_new_pack.FrUqFe/_old  2014-09-07 11:08:24.000000000 +0200
+++ /var/tmp/diff_new_pack.FrUqFe/_new  2014-09-07 11:08:24.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.42
+Version:        3.1.43
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ yast2-storage-3.1.42.tar.bz2 -> yast2-storage-3.1.43.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/package/yast2-storage.changes 
new/yast2-storage-3.1.43/package/yast2-storage.changes
--- old/yast2-storage-3.1.42/package/yast2-storage.changes      2014-08-15 
14:39:10.000000000 +0200
+++ new/yast2-storage-3.1.43/package/yast2-storage.changes      2014-09-04 
18:29:22.000000000 +0200
@@ -1,4 +1,10 @@
 -------------------------------------------------------------------
+Thu Sep 04 18:11:49 CEST 2014 - aschn...@suse.de
+
+- fixed LVM proposal when reusing LVM (bnc#893203)
+- version 3.1.43
+
+-------------------------------------------------------------------
 Wed Aug 13 15:41:41 CEST 2014 - aschn...@suse.de
 
 - do not incorrectly display message about inconsistent NTFS
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/package/yast2-storage.spec 
new/yast2-storage-3.1.43/package/yast2-storage.spec
--- old/yast2-storage-3.1.42/package/yast2-storage.spec 2014-08-15 
14:39:10.000000000 +0200
+++ new/yast2-storage-3.1.43/package/yast2-storage.spec 2014-09-04 
18:29:22.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           yast2-storage
-Version:        3.1.42
+Version:        3.1.43
 Release:        0
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/src/modules/StorageProposal.rb 
new/yast2-storage-3.1.43/src/modules/StorageProposal.rb
--- old/yast2-storage-3.1.42/src/modules/StorageProposal.rb     2014-08-15 
14:39:10.000000000 +0200
+++ new/yast2-storage-3.1.43/src/modules/StorageProposal.rb     2014-09-04 
18:29:22.000000000 +0200
@@ -5627,7 +5627,7 @@
       valid = {}
       size_mb = Builtins.listmap(ddev) { |s| { s => 0 } }
       keep_vg = {}
-      solution = Builtins.listmap(ddev) { |s| { s => [] } }
+      solution = Builtins.listmap(ddev) { |s| { s => {} } }
       target = prepare_part_lists(ddev, target)
       mode = :free
       while mode != :end && Builtins.size(sol_disk) == 0
@@ -6499,7 +6499,6 @@
       ret = false
       if GetProposalSnapshots()
         prop_target_map.each do |device, container|
-          log.info("haha #{device}")
           container["partitions"].each do |volume|
             if !volume.fetch("delete", false)
               if volume.fetch("used_fs", :none) == :btrfs && 
volume.fetch("mount", "") == "/"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/testsuite/data/Makefile.am 
new/yast2-storage-3.1.43/testsuite/data/Makefile.am
--- old/yast2-storage-3.1.42/testsuite/data/Makefile.am 2014-08-15 
14:39:10.000000000 +0200
+++ new/yast2-storage-3.1.43/testsuite/data/Makefile.am 2014-09-04 
18:29:23.000000000 +0200
@@ -4,5 +4,5 @@
 
 SUBDIRS = empty empty-efi half-empty reuse-home windows windows-only           
\
        windows-only-no-resize windows-only-efi empty-s390x empty-ppc64le       
\
-       empty-small empty-big empty-big-ppc64le
+       empty-small empty-big empty-big-ppc64le lvm
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/testsuite/data/lvm/Makefile.am 
new/yast2-storage-3.1.43/testsuite/data/lvm/Makefile.am
--- old/yast2-storage-3.1.42/testsuite/data/lvm/Makefile.am     1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-storage-3.1.43/testsuite/data/lvm/Makefile.am     2014-09-04 
18:29:23.000000000 +0200
@@ -0,0 +1,6 @@
+#
+# Makefile.am for storage/storage/src/testsuite/data/lvm
+#
+
+EXTRA_DIST = disk_sda.info lvmvg_system.info
+
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.42/testsuite/data/lvm/disk_sda.info 
new/yast2-storage-3.1.43/testsuite/data/lvm/disk_sda.info
--- old/yast2-storage-3.1.42/testsuite/data/lvm/disk_sda.info   1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-storage-3.1.43/testsuite/data/lvm/disk_sda.info   2014-09-04 
18:29:23.000000000 +0200
@@ -0,0 +1,43 @@
+<?xml version="1.0"?>
+<disk>
+  <name>sda</name>
+  <device>/dev/sda</device>
+  <size_k>16777216</size_k>
+  <major>8</major>
+  <minor>0</minor>
+  <range>256</range>
+  <geometry>
+    <cylinders>2088</cylinders>
+    <heads>255</heads>
+    <sectors>63</sectors>
+  </geometry>
+  <label>msdos</label>
+  <max_primary>4</max_primary>
+  <ext_possible>true</ext_possible>
+  <max_logical>255</max_logical>
+  <udev_path>pci-0000:00:1f.2-ata-1.0</udev_path>
+  <udev_id>ata-VBOX_HARDDISK_VB1f184c88-666f924a</udev_id>
+  <udev_id>scsi-0ATA_VBOX_HARDDISK_VB1f184c88-666f924a</udev_id>
+  <udev_id>scsi-1ATA_VBOX_HARDDISK_VB1f184c88-666f924a</udev_id>
+  <udev_id>scsi-SATA_VBOX_HARDDISK_VB1f184c88-666f924a</udev_id>
+  <transport>SATA</transport>
+  <partition>
+    <name>sda1</name>
+    <device>/dev/sda1</device>
+    <size_k>16776192</size_k>
+    <major>8</major>
+    <minor>1</minor>
+    <used_by>
+      <type>lvm</type>
+      <device>/dev/system</device>
+    </used_by>
+    <numeric>true</numeric>
+    <number>1</number>
+    <region>
+      <start>0</start>
+      <length>2088</length>
+    </region>
+    <partition_type>primary</partition_type>
+    <partition_id>142</partition_id>
+  </partition>
+</disk>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/yast2-storage-3.1.42/testsuite/data/lvm/lvmvg_system.info 
new/yast2-storage-3.1.43/testsuite/data/lvm/lvmvg_system.info
--- old/yast2-storage-3.1.42/testsuite/data/lvm/lvmvg_system.info       
1970-01-01 01:00:00.000000000 +0100
+++ new/yast2-storage-3.1.43/testsuite/data/lvm/lvmvg_system.info       
2014-09-04 18:29:23.000000000 +0200
@@ -0,0 +1,52 @@
+<?xml version="1.0"?>
+<volume_group>
+  <name>system</name>
+  <device>/dev/system</device>
+  <size_k>16773120</size_k>
+  <major>0</major>
+  <minor>0</minor>
+  <pe_size_k>4096</pe_size_k>
+  <pe_count>4095</pe_count>
+  <pe_free>2</pe_free>
+  <physical_extent>
+    <device>/dev/sda1</device>
+    <pe_count>4095</pe_count>
+    <pe_free>2</pe_free>
+  </physical_extent>
+  <logical_volume>
+    <name>home</name>
+    <device>/dev/system/home</device>
+    <size_k>9142272</size_k>
+    <major>253</major>
+    <minor>0</minor>
+    <numeric>false</numeric>
+    <fs_type>xfs</fs_type>
+    <fs_uuid>8e91c314-4065-426d-b1fd-65aa091063ea</fs_uuid>
+    <table_name>system-home</table_name>
+    <stripes>1</stripes>
+  </logical_volume>
+  <logical_volume>
+    <name>root</name>
+    <device>/dev/system/root</device>
+    <size_k>6094848</size_k>
+    <major>253</major>
+    <minor>1</minor>
+    <numeric>false</numeric>
+    <fs_type>btrfs</fs_type>
+    <fs_uuid>857ea4b4-0d23-414e-8da4-3971340fc7cd</fs_uuid>
+    <table_name>system-root</table_name>
+    <stripes>1</stripes>
+  </logical_volume>
+  <logical_volume>
+    <name>swap</name>
+    <device>/dev/system/swap</device>
+    <size_k>1527808</size_k>
+    <major>253</major>
+    <minor>2</minor>
+    <numeric>false</numeric>
+    <fs_type>swap</fs_type>
+    <fs_uuid>5bb8e322-bf07-4a31-8565-26e9d5ff968a</fs_uuid>
+    <table_name>system-swap</table_name>
+    <stripes>1</stripes>
+  </logical_volume>
+</volume_group>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/testsuite/tests/lvm-reuse1.out 
new/yast2-storage-3.1.43/testsuite/tests/lvm-reuse1.out
--- old/yast2-storage-3.1.42/testsuite/tests/lvm-reuse1.out     1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-storage-3.1.43/testsuite/tests/lvm-reuse1.out     2014-09-04 
18:29:23.000000000 +0200
@@ -0,0 +1,31 @@
+Dump   Hardware Excerpt:
+Dump   Arch: i386
+Dump   
+Dump   Proposal Settings Excerpt:
+Dump   LVM
+Dump   Separate Home
+Dump   
+Dump   Proposal:
+Dump   Format logical volume /dev/system/root (5.81 GiB) with btrfs 
[destructive]
+Dump   Create subvolume boot/grub2/i386-pc on device /dev/system/root
+Dump   Create subvolume opt on device /dev/system/root
+Dump   Create subvolume srv on device /dev/system/root
+Dump   Create subvolume tmp on device /dev/system/root
+Dump   Create subvolume usr/local on device /dev/system/root
+Dump   Create subvolume var/crash on device /dev/system/root
+Dump   Create subvolume var/lib/mailman on device /dev/system/root
+Dump   Create subvolume var/lib/named on device /dev/system/root
+Dump   Create subvolume var/lib/pgsql on device /dev/system/root
+Dump   Create subvolume var/log on device /dev/system/root
+Dump   Create subvolume var/opt on device /dev/system/root
+Dump   Create subvolume var/spool on device /dev/system/root
+Dump   Create subvolume var/tmp on device /dev/system/root
+Dump   Use /dev/system/swap as swap
+Dump   Set mount point of /dev/system/home to /home
+Dump   
+Dump   Target Map Excerpt:
+Dump   device:/dev/system/home
+Dump   device:/dev/system/root
+Dump   device:/dev/system/swap
+Dump   
+Dump   Proposal Feedback:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/yast2-storage-3.1.42/testsuite/tests/lvm-reuse1.rb 
new/yast2-storage-3.1.43/testsuite/tests/lvm-reuse1.rb
--- old/yast2-storage-3.1.42/testsuite/tests/lvm-reuse1.rb      1970-01-01 
01:00:00.000000000 +0100
+++ new/yast2-storage-3.1.43/testsuite/tests/lvm-reuse1.rb      2014-09-04 
18:29:23.000000000 +0200
@@ -0,0 +1,34 @@
+# encoding: utf-8
+
+# testedfiles: helper.rb
+
+module Yast
+
+  class TestClient < Client
+
+    def main
+
+      def setup1()
+        setup_system("lvm")
+      end
+
+      def setup2()
+        ProductFeatures.SetBooleanFeature("partitioning", "try_separate_home", 
true)
+        ProductFeatures.SetBooleanFeature("partitioning", "proposal_lvm", true)
+        ProductFeatures.SetBooleanFeature("partitioning", 
"proposal_snapshots", false)
+        ProductFeatures.SetStringFeature("partitioning", "vm_desired_size", 
"15 GB")
+        ProductFeatures.SetStringFeature("partitioning", "root_base_size", "3 
GB")
+      end
+
+      def setup3()
+      end
+
+      Yast.include self, "helper.rb"
+
+    end
+
+  end
+
+end
+
+Yast::TestClient.new.main

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to