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
Run sudo rm -f /etc/apt/sources.list.d/lustre-client.list and re-run apt-get update.
Planned fix
We will update the Whamcloud (DDN) lustre repository URL in future builds of Slurm Ubuntu 20.04 images. We are also planning a migration for the a3-highgpu-8g blueprint away from Ubuntu 20.04 to a more recent Ubuntu release.
The text was updated successfully, but these errors were encountered:
This runner in as the first runner in startup script can implement this:
- type: shell
destination: workaround_apt.sh
content: |
#!/bin/bash
# this script is no longer necessary on the most recent TCPX A3
# images, however it is included for backwards compatibility
set -e -o pipefail
rm -f /etc/apt/sources.list.d/lustre-client.list
apt-get update
See these links for usage of startup scripts on Slurm infrastructure:
Describe the bug
Cannot update apt repository metadata on VMs using the Slurm image based upon Ubuntu 20.04.
Steps to reproduce
Steps to reproduce the behavior:
apt-get update
(orapt update
) fails with a message similar toExpected behavior
apt-get update
should succeed without errorWorkaround
Run
sudo rm -f /etc/apt/sources.list.d/lustre-client.list
and re-runapt-get update
.Planned fix
We will update the Whamcloud (DDN) lustre repository URL in future builds of Slurm Ubuntu 20.04 images. We are also planning a migration for the a3-highgpu-8g blueprint away from Ubuntu 20.04 to a more recent Ubuntu release.
The text was updated successfully, but these errors were encountered: