You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition, the ansible playbook seems to do the umount:
TASK [ParallelClusterExternalLoginNodeDeconfigure : Unmount /opt/slurm/tsi3] *******************************************************************************************************************************************
changed: [local]
TASK [ParallelClusterExternalLoginNodeDeconfigure : Show umount results] ***********************************************************************************************************************************************
ok: [local] =>
msg: |-
umount_results: {'changed': True, 'stdout': 'Mount point is hung. Source has already been deleted.\n/opt/slurm/tsi3 is not a mountpoint\n/opt/slurm/tsi3 already unmounted.', 'stderr': "+ timeout 1s /opt/slurm/tsi3\ntimeout: failed to run command ‘/opt/slurm/tsi3’: Permission denied\n+ echo 'Mount point is hung. Source has already been deleted.'\n+ umount -lf /opt/slurm/tsi3\n+ mountpoint /opt/slurm/tsi3\n+ echo '/opt/slurm/tsi3 already unmounted.'\n+ exit 0", 'rc': 0, 'cmd': 'set -ex\n\n# Handle case where cluster was already deleted so the mountpoint is hung\nif ! timeout 1s /opt/slurm/tsi3; then\n echo "Mount point is hung. Source has already been deleted."\n umount -lf /opt/slurm/tsi3\nfi\nif ! mountpoint /opt/slurm/tsi3; then\n echo "/opt/slurm/tsi3 already unmounted."\n exit 0\nfi\numount /opt/slurm/tsi3 || lsof /opt/slurm/tsi3\n', 'start': '2025-01-18 12:20:57.957280', 'end': '2025-01-18 12:20:59.566132', 'delta': '0:00:01.608852', 'msg': '', 'stdout_lines': ['Mount point is hung. Source has already been deleted.', '/opt/slurm/tsi3 is not a mountpoint', '/opt/slurm/tsi3 already unmounted.'], 'stderr_lines': ['+ timeout 1s /opt/slurm/tsi3', 'timeout: failed to run command ‘/opt/slurm/tsi3’: Permission denied', "+ echo 'Mount point is hung. Source has already been deleted.'", '+ umount -lf /opt/slurm/tsi3', '+ mountpoint /opt/slurm/tsi3', "+ echo '/opt/slurm/tsi3 already unmounted.'", '+ exit 0'], 'failed': False}
yet, the CloudFormation Output command11 has a sudo umount of same mount point so that command fails.
Also not sure how to interpret all the info that comes from ansible w.r.t. the "Show umount results" section?
Might be nice if you document a bit more what this deconfigure does? for some reason it copies the config to /tmp/_config and then deletes it? Why?
The text was updated successfully, but these errors were encountered:
After configuring a cluster, CloudFormation Outputs provides command11ExternalLoginNodeDeconfigure. Here is an entry from one of my stacks:
Unfortunately, the first shell script is really:
"node" vs "nodes"...
In addition, the ansible playbook seems to do the umount:
yet, the CloudFormation Output command11 has a sudo umount of same mount point so that command fails.
Also not sure how to interpret all the info that comes from ansible w.r.t. the "Show umount results" section?
Might be nice if you document a bit more what this deconfigure does? for some reason it copies the config to /tmp/_config and then deletes it? Why?
The text was updated successfully, but these errors were encountered: