------- Comment From [email protected] 2017-08-24 00:58 EDT-------
(In reply to comment #10)
> Ankit, the package is now uploading and waiting for review.  Please complete
> the package description how to test this update

This patch can be tested on system where,
Number of scsi device node (/dev/sg<X>) are more than total number of device 
node that can be opened at a time.(using open call)

The reason being is : In device_close call earlier we were just doing
unlink of opened device file (/tmp/nodexyz) without closing descriptor
which eventually will result in sort of file descriptor and database
creation will failed as we won't have free descriptor to be given for
creating database.

This issue can be observed only on system where scsi device node is more
than the number of device file can be opened at a time on system.

Procedure to test:
1. run vpdupdate (on system with above details)

and vpdupdate will fail.

~Ankit

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

Title:
  Update Package request for lsvpd

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-power-systems/+bug/1705582/+subscriptions

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

Reply via email to