Skip to content

Commit

Permalink
Do not add nfs for jupiter 2 cluster (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
2015aroras authored Jun 10, 2024
1 parent 4ce07f4 commit 2d1e666
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Added `-l/--latest`, `-w/--workspace`, and `--dry-run` options to `gantry stop` command.

### Fixed

- Don't automatically attach NFS to "jupiter 2" cluster.

## [v1.4.0](https://github.com/allenai/beaker-gantry/releases/tag/v1.4.0) - 2024-05-31

### Added
Expand Down
2 changes: 1 addition & 1 deletion gantry/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@

NFS_MOUNT = "/net/nfs.cirrascale"

CLUSTERS_WITHOUT_NFS = {"ai2/jupiter-cirrascale"}
CLUSTERS_WITHOUT_NFS = {"ai2/jupiter-cirrascale", "ai2/jupiter-cirrascale-2"}

0 comments on commit 2d1e666

Please sign in to comment.