Comment 15 for bug 1536008

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2016-02-21 10:14 EDT-------
> Wait, now it is looking for /dev/mapper/mpath2-part1 instead of mpath2p1?

Yes, parted command looks for "-part1" instead "p1".

Following are the observations:
--------------
1. When only parted package is updated to "2.3-19ubuntu1.14.04.2" version:
root@highlp6:~# dpkg -l |grep parted
ii libparted0debian1:ppc64el 2.3-19ubuntu1.14.04.1
ii parted 2.3-19ubuntu1.14.04.2

parted command shows:
root@highlp6:~# parted -s /dev/mapper/mpath0 mkpart primary 0% 20%
Device /dev/mapper/mpath0p1 not found
device-mapper: table ioctl on failed: No such device or address
Device /dev/mapper/mpath0p1 not found
device-mapper: table ioctl on failed: No such device or address
root@highlp6:~#

2. When both "parted" and "libparted0debian1" are updated to "2.3-19ubuntu1.14.04.2"
root@highlp6:~# dpkg -l |grep parted
ii libparted0debian1:ppc64el 2.3-19ubuntu1.14.04.2
ii parted 2.3-19ubuntu1.14.04.2

parted command shows:
root@highlp6:~# parted -s /dev/mapper/mpath0 mkpart primary 0% 20%
Device /dev/mapper/mpath0-part1 not found
device-mapper: table ioctl on failed: No such device or address
Device /dev/mapper/mpath0-part1 not found
device-mapper: table ioctl on failed: No such device or address

Thanks,
Manju