我正在尝试在CentOS 7上安装NBD卷。该卷具有以下导出URI:
nbd://10.6.128.165:5761
当我尝试此命令时,它告诉我使用新语法:
[root@bc1 ~]# nbd-client 10.6.128.165 5761 /dev/nbd1 -persist
Warning: the oldstyle protocol is no longer supported.
This method now uses the newstyle protocol with a default export
Negotiation:
然后它就挂在那里。
我该如何工作?