Skip to content

Commit 816aaf4

Browse files
committed
typo
1 parent 502cd07 commit 816aaf4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/fs-watchdog.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,9 +166,9 @@ def analyse_shared_disk(partition_name, alert_bytes_threshold):
166166
# Check that there's still 40TB left
167167
analyse_shared_disk("SCRATCH", 100 * 2 ** 40)
168168

169-
# WORKFS - check both bytes and inodes w/ hard quotas of 2TB / 3M
170-
analyse_partition_bytes(partition_name="WORKFS", partition_path="/gpfsssd/worksf/projects/rech/six/", hard_limit_bytes=2*2**40, alert_bytes_threshold=0.85)
171-
analyse_partition_inodes(partition_name="WORKFS", partition_path="/gpfsssd/worksf/projects/rech/six/", hard_limit_inodes=3*10**6, alert_inodes_threshold=0.85)
169+
# WORKSF - check both bytes and inodes w/ hard quotas of 2TB / 3M
170+
analyse_partition_bytes(partition_name="WORKSF", partition_path="/gpfsssd/worksf/projects/rech/six/", hard_limit_bytes=2*2**40, alert_bytes_threshold=0.85)
171+
analyse_partition_inodes(partition_name="WORKSF", partition_path="/gpfsssd/worksf/projects/rech/six/", hard_limit_inodes=3*10**6, alert_inodes_threshold=0.85)
172172

173173
if len(alerts) > 0 :
174174
print(f"[ALERT] JZ filesystem is getting close to being full")

0 commit comments

Comments
 (0)