Skip to content

Commit

Permalink
Minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
shazad-weka authored and vrragosta committed Jan 15, 2025
1 parent 456795e commit 3500f44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion weka_upgrade_checker/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.4.02
1.4.03
Binary file modified weka_upgrade_checker/weka_upgrade_checker
Binary file not shown.
4 changes: 3 additions & 1 deletion weka_upgrade_checker/weka_upgrade_checker.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
InvalidVersion = ValueError # Since distutils doesn't have InvalidVersion, we use a generic exception


pg_version = "1.4.02"
pg_version = "1.4.03"


log_file_path = os.path.abspath("./weka_upgrade_checker.log")
Expand Down Expand Up @@ -1915,6 +1915,8 @@ def validate_core_ids(containers):
)
if custom_options["customNfsOptions"]:
BAD(f'Custom NFS options specified -- please review with Weka CS')
else:
GOOD(f'No custom NFS options specified')

INFO("CHECKING WEKA NFS SERVER HEALTH")
if nfs_server_hosts[0]["status"] == "OK":
Expand Down

0 comments on commit 3500f44

Please sign in to comment.