Skip to content

Commit

Permalink
Update known_issues.json
Browse files Browse the repository at this point in the history
  • Loading branch information
shazad-weka authored Dec 17, 2024
1 parent f45c3c4 commit c15d049
Showing 1 changed file with 6 additions and 27 deletions.
33 changes: 6 additions & 27 deletions weka_upgrade_checker/known_issues.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,16 @@
{
"4.4.1-2": [
{
"description": "Will need to backup and remove WEKA SMB configuration prior upgrading to 4.4.1-2",
"description": "Will need to backup and remove WEKA SMB configuration prior upgrading to 4.4.1-2 or higher",
"related_protocols": ["smb"],
"link_types": [],
"version_from": ["4.4.1"],
"obj_store": false
},
{
"description": "SMB Broken. Should be skipped since its also IB",
"related_protocols": ["NFS"],
"link_types": ["IB"],
"version_from": ["3.3.1", "4.2.6"],
"obj_store": false
},
{
"description": "Shazad is the Greatest!. Should be skipped since its s3 which is disabled.",
"related_protocols": ["s3"],
"link_types": [],
"version_from": ["3.3.1", "4.2.6"],
"obj_store": false
},
{
"description": "Jacks favorite link type IB. Should be skipped since the cluster is ETH.",
"related_protocols": [],
"link_types": ["IB"],
"version_from": [],
"obj_store": true
}
],
"4.2.12": [
{
"description": "Memory leak during rebalancing.",
"description": "",
"related_protocols": [],
"link_types": [],
"version_from": [],
Expand All @@ -40,11 +19,11 @@
],
"4.2.13": [
{
"description": "Incompatibility with older S3 clients.",
"related_protocols": ["s3"],
"link_types": ["ETH", "IB"],
"description": "",
"related_protocols": [],
"link_types": [],
"version_from": [],
"obj_store": false
}
]
}
}

0 comments on commit c15d049

Please sign in to comment.