fdisk /dev/mapper/mpath50
....
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 22: Invalid argument.
The kernel still uses the old table.
The new table will be used at the next reboot.
解决办法:
Run "kpartx -a" after FDISK is completed to add all partition mappings on the
newly-created multipath device
[root@dtydb3 mapper]# ls -l mpath50*
brw-rw---- 1 root disk 253, 8 Jan 31 10:59 mpath50
[root@dtydb3 mapper]#
[root@dtydb3 mapper]# kpartx -a /dev/mapper/mpath50
[root@dtydb3 mapper]# ls -l mpath50*
brw-rw---- 1 root disk 253, 8 Jan 31 10:59 mpath50
brw-rw---- 1 root disk 253, 25 Jan 31 11:01 mpath50p1
参考资料
http://homyzh.blog.163.com/blog/static/31055124200982493216612/
....
Command (m for help): w
The partition table has been altered!
Calling ioctl() to re-read partition table.
WARNING: Re-reading the partition table failed with error 22: Invalid argument.
The kernel still uses the old table.
The new table will be used at the next reboot.
解决办法:
Run "kpartx -a" after FDISK is completed to add all partition mappings on the
newly-created multipath device
[root@dtydb3 mapper]# ls -l mpath50*
brw-rw---- 1 root disk 253, 8 Jan 31 10:59 mpath50
[root@dtydb3 mapper]#
[root@dtydb3 mapper]# kpartx -a /dev/mapper/mpath50
[root@dtydb3 mapper]# ls -l mpath50*
brw-rw---- 1 root disk 253, 8 Jan 31 10:59 mpath50
brw-rw---- 1 root disk 253, 25 Jan 31 11:01 mpath50p1
参考资料
http://homyzh.blog.163.com/blog/static/31055124200982493216612/
本文介绍在使用fdisk对multipath设备进行分区后遇到错误22:Invalid argument的问题解决方法。通过运行kpartx -a命令来重新加载分区映射,确保系统能正确识别新的分区。
507

被折叠的 条评论
为什么被折叠?



