** Description changed:

- Placeholder bug to SRU the pmdk package into Bionic. SRU template,
- branches, etc, to follow.
+ [Impact]
+ The support for Intel NVDIMM technology requires both kernel and userspace 
components. The kernel components have landed in 4.15 and are available in 
Bionic. In order for users to take advantage of NVDIMMs in their deployments, 
the following userspace packages are also needed in Bionic:
+ 
+ ndctl -- Utility library for managing the libnvdimm (non-volatile memory 
device) sub-system in the Linux kernel.
+ Upstream project: https://github.com/pmem/ndctl
+ 
+ PMDK -- persistent memory toolkit
+ Upstream project: https://github.com/pmem/pmdk/
+ 
+ This SRU is about pmdk; ndctl is being handled in bug #1781268
+ 
+ This SRU falls under the hardware enablement category.
+ 
+ [Test Case]
+ * Install pmdk-tools
+ sudo apt install pmdk-tools
+ 
+ * download the three dep8 test scripts:
+ wget 
https://git.launchpad.net/~usd-import-team/ubuntu/+source/pmdk/plain/debian/tests/daxio-version
 
https://git.launchpad.net/~usd-import-team/ubuntu/+source/pmdk/plain/debian/tests/manage-pools
 
https://git.launchpad.net/~usd-import-team/ubuntu/+source/pmdk/plain/debian/tests/rpmemd-version
+ 
+ * execute them and verify exit status, which should be zero:
+ sh ./daxio-version; echo $?
+ sh ./manage-pools; echo $?
+ sh ./rpmemd-version; echo $?
+ 
+ More detailed testing can be executed if the appropriate hardware is
+ available.
+ 
+ [Regression Potential]
+ These are NEW packages for bionic. They were accepted into the archive after 
a lengthy review. They are lintian clear, with appropriate overrides or an 
explanation in README.source.
+ 
+ These packages include libraries, which could inadvertently become new
+ dependencies. If a package has support for pmdk, for example, but it was
+ always disabled because there was no pmdk in the archive, it could now
+ be inadvertently enabled merely by having the lib*-dev package(s)
+ installed.
+ 
+ Similarly, code paths in existing packages that would never have been
+ traversed because of the lack of pmdk support, now could be exposed.
+ 
+ [Other Info]
+ Since the package doesn't exist in bionic, I don't think I can make an MP.
+ 
+ Here is the branch that represents the bionic source package, though:
+ 
https://code.launchpad.net/~ahasenack/ubuntu/+source/pmdk/+git/pmdk/+ref/bionic-pmdk
+ 
+ You should be able to build a source package from that. Alternatively,
+ you can download it from ppa:canonical-server/nvdimm, but the packages
+ there have a ~ppaN suffix, so keep that in mind.
+ 
+ The git master branch at 
https://git.launchpad.net/~ahasenack/ubuntu/+source/pmdk/log/?h=master shows 
all the work that was put into this package to make it suitable for Ubuntu 
inclusion.
+ The bug at https://bugs.launchpad.net/bugs/1752378 also contains a lengthy 
history and discussions about some of the finer details, and is linked to from 
files in debian/* where further explanation was necessary about some behavior.

** Changed in: pmdk (Ubuntu)
    Milestone: ubuntu-18.04.1 => bionic-updates

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

Title:
  SRU pmdk into Bionic

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to