如何在另一台服务器上安装基于 glusterfs 的 san lun 并使用 ext4/xfs 文件系统进行安装

如何在另一台服务器上安装基于 glusterfs 的 san lun 并使用 ext4/xfs 文件系统进行安装

我有一个基于 glusterfs 的文件系统 san lun,其中的一些数据分配给了 linux 服务器,并且想要在该服务器上访问这些数据。

有哪些可能的方法来恢复这些数据?

尝试安装它但未安装。

 [root@node-slave4 ~]# mount -t glusterfs /dev/mapper/chep_vg04-chep_lv04 /mnt/
 Mounting glusterfs on /mnt failed.
 [root@node-slave4 ~]# mount -t gfs2 /dev/mapper/chep_vg04-chep_lv04 /mnt/
 mount: mount /dev/mapper/chep_vg04-chep_lv04 on /mnt failed: Transport endpoint is not connected

我也尝试创建 gluster 卷,但是它没有安装在服务器上,因为由于上述错误而未创建挂载点。

[root@node-slave4 ~]# gluster volume create volume1 node-slave4:/dev/mapper/chep_vg04-chep_lv04 flume:/dev/mapper/chep_vg04-chep_lv04  force
volume create: volume1: failed: The provided path /dev/mapper/chep_vg04-chep_lv04 which is already present, is not a directory

相关内容