Also seeing the same issue with debian-goodies 0.63
# checkrestart -v
Found 1 processes using old versions of upgraded files
(1 distinct programs)
Process /sbin/multipathd (PID: 17158)
List of deleted files in use:
/[aio]
/[aio]
/[aio]
/[aio]
Running:['dpkg-query', '--search', '/sbin/multipathd']
Reading line: multipath-tools: /sbin/multipathd
(1 distinct packages)
Of these, 1 seem to contain init scripts which can be used to restart them:
The following packages seem to have init scripts that could be used
to restart them:
multipath-tools:
17158 /sbin/multipathd
These are the init scripts:
service multipath-tools-boot restart
service multipath-tools restart
Example of lsof output:
# lsof | grep aio
multipath 17158 root DEL REG 0,11
12681615 /[aio]
multipath 17158 root DEL REG 0,11
12681613 /[aio]
multipath 17158 root DEL REG 0,11
12681611 /[aio]
multipath 17158 root DEL REG 0,11
12681609 /[aio]
- blacklist = []
+ blacklist = [re.compile('/\[aio\]')]
works as per previous comment.
Marcus.
--
Marcus Furlong
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]