如何在Google Cloud Computing Engine上将磁盘从一个实例挂载到另一个实例

时间:2019-03-04 12:51:26

标签: slurm

我在Google Cloud Platform计算引擎上进行了大范围部署。控制器磁盘始终挂载在登录名上。我没有足够的空间,因此扩大了控制器分区的大小。现在,当我登录到登录虚拟机时,控制器分区未安装。仍然显示有关在后台安装/配置Slurm的消息,但是没有有关它完成的消息。 / apps / slurm目录在登录名上为空。我不确定在控制器挂载之前是否会一直使用Slurm部署。

在我的启动脚本中,有以下一行:

    if INSTANCE_TYPE != "controller":
        msg += """/home on the controller will be mounted over the existing /home.
Any changes in /home will be hidden. Please wait until the installation is
complete before making changes in your home directory.

此消息显示在控制器和登录名上。

该如何解决?我需要它自动运行,因为其他用户将使用它,并且他们每次登录时都不想自己安装它。

0 个答案:

没有答案