** Description changed:

  https://github.com/pmem/pmdk-convert/releases/tag/1.5.2
  
  Eoan has kernel 5.2
  
  Debian just uploaded 1.5.2: https://tracker.debian.org/news/1061139
  /accepted-pmdk-convert-152-1-source-into-unstable/
  
  This is the diff the pmdk-convert itself:
  1.5.1..1.5.2 diff:
  https://github.com/pmem/pmdk-convert/compare/1.5.1...1.5.2
  
  This is the source package diff (there are no ubuntu changes):
  
https://git.launchpad.net/~usd-import-team/ubuntu/+source/pmdk-convert/commit/?id=ae70671e4ae6ef1d0fd0da611e2e2ad88d3ffafc
  
  Mostly test fixes, but the detail is in this commit, shown in the diff above 
as well:
  
https://github.com/pmem/pmdk-convert/commit/0dbf1d98c353ec91aa9a9944e2ecb6595a5019ae
  
  That tells the build system to fetch the latest pmdk versions of each
  pmdk release. The debian package has these in a separate orig tarball.
  
  Specifically, we are getting the following pmdk updates, when compared
  with the pmdk-convert package we currently have in eoan:
  
  https://github.com/pmem/pmdk/compare/1.5.1...1.5.2
  https://github.com/pmem/pmdk/compare/1.4.2...1.4.3
  https://github.com/pmem/pmdk/compare/1.3.1...1.3.3
  https://github.com/pmem/pmdk/compare/1.2.3...1.2.4
  
  I believe this to not be that relevant, because they are used only for
  conversion tasks from old pool formats. The actual pmdk package, which
  is at 1.6.1 in eoan, is what matters for day-to-day operations, and it
  is not being changed.
  
  In the comments below you can see I tried inspecting all the changes
  listed above and to see if I needed a feature freeze exception, and I
  think I do, so I stopped. But as I said, these updates are only used in
  conversion tasks.
  
  PPA build, with eoan-proposed enabled, and both supported arches as well: 
amd64 and arm64
  https://launchpad.net/~ahasenack/+archive/ubuntu/pmdk-convert-ffe/+packages
  
  Here is a simple test. I created this pool using pmdk from bionic (version 
1.4):
- $ pmdk-convert --to=1.5 pools-old/pool-obj
+ multipass@e1:~/test$ pmempool info old.pool |grep ^Major
+ Major                    : 4
+ multipass@e1:~/test$ pmdk-convert old.pool
  This tool will update the pool to the specified layout version.
  This process is NOT fail-safe.
  Proceed only if the pool has been backed up or
  the risks are fully understood and acceptable.
  Hit Ctrl-C now if you want to stop or Enter to continue.
  
  Starting conversion from v4 (PMDK 1.3, PMDK 1.4) to v5 (PMDK 1.5)
  Converting from v4 (PMDK 1.3, PMDK 1.4) to v5 (PMDK 1.5)... Done
+ multipass@e1:~/test$ pmempool info old.pool |grep ^Major
+ Major                    : 5
+ 
+ 
+ I used pmdk-convert from the PPA:
+ $ apt-cache policy pmdk-convert
+ multipass@e1:~/test$ apt-cache policy pmdk-convert
+ pmdk-convert:
+   Installed: 1.5.2-1build1~ppa1
+   Candidate: 1.5.2-1build1~ppa1
+   Version table:
+  *** 1.5.2-1build1~ppa1 500
+         500 http://ppa.launchpad.net/ahasenack/pmdk-convert-ffe/ubuntu 
eoan/main amd64 Packages
+ 
+ Running kernel:
+ multipass@e1:~/test$ uname -a
+ Linux e1 5.3.0-10-generic #11-Ubuntu SMP Mon Sep 9 15:12:17 UTC 2019 x86_64 
x86_64 x86_64 GNU/Linux
  
  v5 is also the format used by pmdk 1.6.x:
- ubuntu@eoan-pmdk-convert:~/test$ pmempool create obj pool-with-pmdk-1.6.1.pool
- ubuntu@eoan-pmdk-convert:~/test$ pmempool info pool-with-pmdk-1.6.1.pool 
|grep ^Major
+ multipass@e1:~/test$ pmempool create obj pool-with-pmdk-1.6.1.pool
+ multipass@e1:~/test$ pmempool info pool-with-pmdk-1.6.1.pool |grep ^Major
  Major                    : 5
+ 
+ I also ran the above tests with the bionic kernel:
+ 4.15.0-62-generic #69

** Summary changed:

- Version 1.5.2 needed for kernels >= 5.1
+ [FFe] Version 1.5.2 needed for kernels >= 5.1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1842428

Title:
  [FFe] Version 1.5.2 needed for kernels >= 5.1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pmdk-convert/+bug/1842428/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to