lustre+iscsi 格式化的时候出错,大家帮看下!
/dev/sdb是通过iscsi挂在过来的!直接mkfs.ext2然后挂在可以正常使用,但是如果用lustre格式化,就无法格式化成功?
请高手帮忙!
[root@localhost ~]# fdisk -l
Disk /dev/sda: 320.0 GB, 320072933376 bytes
255 heads, 63 sectors/track, 38913 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 3824 30716248+ 83 Linux
/dev/sda2 38404 38913 4096575 82 Linux swap / Solaris
/dev/sda3 3825 38403 277755817+ 83 Linux
Partition table entries are not in disk order
Disk /dev/sdb: 284.4 GB, 284421957120 bytes
255 heads, 63 sectors/track, 34579 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb1 1 34579 277755786 83 Linux
[root@localhost ~]# mkfs.lustre --fsname=ptfs --mdt --mgs /dev/sdb1
Permanent disk data:
Target: ptfs-MDTffff
Index: unassigned
Lustre FS: ptfs
Mount type: ldiskfs
Flags: 0x75
(MDT MGS needs_index first_time update )
Persistent mount opts: errors=remount-ro,iopen_nopriv,user_xattr
Parameters: mdt.group_upcall=/usr/sbin/l_getgroups
checking for existing Lustre data: not found
device size = 271245MB
2 6 18
formatting backing filesystem ldiskfs on /dev/sdb1
target name ptfs-MDTffff
4k blocks 0
options -J size=400 -i 4096 -I 512 -q -O dir_index,uninit_groups -F
mkfs_cmd = mkfs.ext2 -j -b 4096 -L ptfs-MDTffff -J size=400 -i 4096 -I 512 -q -O dir_index,uninit_groups -F /dev/sdb1
mkfs.lustre: Unable to mount /dev/sdb1: No such device
Is the ldiskfs module available?
mkfs.lustre FATAL: failed to write local files
mkfs.lustre: exiting with 19 (No such device)
[root@localhost ~]#
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
你得ldisk模块没有加载,或者没有安装
我是想用这个方法来测试一下lustre 的failover功能!
这种方式使用Lustre性能太慢了吧