aws-samples / aws-samples/aws-parallelcluster-post-install-scripts
Pyxis runtime path cannot be on /fsx
- Vorherrschende Sprache
- Shell
- Sterne
- 30
- Forks
- 19
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
Pyxis runtime path cannot be /fsx, otherwise error to run Docker image (directly) on multiple nodes.
```console
# NOTE: below works fine for -N1.
$ srun -N2 --container-image=alpine grep PRETTY /etc/os-release
...
slurmstepd: error: pyxis: Can't find a SQUASHFS superblock on /fsx/pyxis/1000/385.0.squashfs
slurmstepd: error: pyxis: Wrong filesystem or filesystem is corrupted!
slurmstepd: error: pyxis: Failed to read existing filesystem - will not overwrite - ABORTING!
slurmstepd: error: pyxis: To force Mksquashfs to write to this block device or file use -noappend
...
srun: error: p4de-st-p4de-1: task 0: Exited with exit code 1
...
slurmstepd: error: pyxis: [ERROR] No such file or directory: /fsx/pyxis/1000/385.0.squashfs
...
srun: error: p4de-st-p4de-2: task 1: Exited with exit code 1
```
Beitragsleitfaden
Rechercherichtung
Keine Repository-Datei oder kein Test ist benannt. Beginne mit der bereitgestellten srun-Reproduktion auf zwei Knoten und untersuche, wie der Pyxis-Runtime-Pfad auf AWS ParallelCluster konfiguriert ist; abgeschlossen ist die Aufgabe, wenn derselbe Docker-Image-Befehl über mehrere Knoten hinweg funktioniert, sobald sich der Runtime-Pfad auf /fsx befindet.
Vom Indexierungsmodell aus dem Issue-Text verfasst.
Bewertung
- Tech-Stack
- aws, docker, shell
- Bereich
- cloud, hpc, infrastructure
- Issue-Typ
- Bug
- Schwierigkeit
- 4/5
- Geschätzter Aufwand
- 3-5 Tage
- Aktivitätsstatus
- Veraltet
- Klarheit
- Muss geklärt werden
- Anfängerfreundlichkeit
- 25/100