cortx
cortx copied to clipboard
CORTX Community Object Storage is 100% open source object storage uniquely optimized for mass capacity storage devices.
### Problem After restarting the OVA, sometimes the internet connectivity is lost, the IP address of the VM is also lost; commands that don't require the internet like `hctl status`...
### Problem When I try to make a new bucket on the OVA outside of the OVA I get an error with the location-constraint. This error does not occur when...
### [Codacy](https://app.codacy.com/gh/Seagate/cortx/commit?cid=649249280) detected an issue: #### Message: `"express" is not found.` #### Currently on: + **Commit**: f81359d018f9e357a7531949c199114e4ab81e11 + **File**: [doc/integrations/myDrive/backend/controllers/userGoogle.ts](https://github.com/Seagate/cortx/blob/f81359d018f9e357a7531949c199114e4ab81e11/doc/integrations/myDrive/backend/controllers/userGoogle.ts) + **LineNum**: [1](https://github.com/Seagate/cortx/blob/f81359d018f9e357a7531949c199114e4ab81e11/doc/integrations/myDrive/backend/controllers/userGoogle.ts#L1)
### [Codacy](https://app.codacy.com/gh/Seagate/cortx/commit?cid=649249280) detected an issue: #### Message: `"vue" is not found.` #### Currently on: + **Commit**: f81359d018f9e357a7531949c199114e4ab81e11 + **File**: [doc/integrations/edgehealth/edgehealth/src/router/index.js](https://github.com/Seagate/cortx/blob/f81359d018f9e357a7531949c199114e4ab81e11/doc/integrations/edgehealth/edgehealth/src/router/index.js) + **LineNum**: [1](https://github.com/Seagate/cortx/blob/f81359d018f9e357a7531949c199114e4ab81e11/doc/integrations/edgehealth/edgehealth/src/router/index.js#L1)
### Problem Missing cmd when compared to prev version https://github.com/Seagate/cortx/blob/main/doc/ova/2.0.0/PI-7/S3_IO_Operations.md https://github.com/Seagate/cortx/blob/main/doc/ova/2.0.0/PI-6/S3_IO_Operations.md v7: - Validate and download the object from the bucket ```bash aws s3 ls s3://mybucket/ ``` v6: - Validate...
### [Codacy](https://app.codacy.com/gh/Seagate/cortx/commit?cid=648130795) detected an issue: #### Message: `Using variable 'response' before assignment` #### Occurred on: + **Commit**: e0340e54f3be0b1fd9906adb22165188f24f4e2b + **File**: [metrics/scrape_slack.py](https://github.com/Seagate/cortx/blob/e0340e54f3be0b1fd9906adb22165188f24f4e2b/metrics/scrape_slack.py) + **LineNum**: [111](https://github.com/Seagate/cortx/blob/e0340e54f3be0b1fd9906adb22165188f24f4e2b/metrics/scrape_slack.py#L111) + **Code**: `cursor = response['response_metadata']['next_cursor']` ####...
### [Codacy](https://app.codacy.com/gh/Seagate/cortx/commit?cid=645137178) detected an issue: #### Message: `'User' was used before it was defined.` #### Currently on: + **Commit**: 85dc2f16566d014ab74f753678df52edf7cada85 + **File**: [doc/integrations/myDrive/backend/models/user.ts](https://github.com/Seagate/cortx/blob/85dc2f16566d014ab74f753678df52edf7cada85/doc/integrations/myDrive/backend/models/user.ts) + **LineNum**: [222](https://github.com/Seagate/cortx/blob/85dc2f16566d014ab74f753678df52edf7cada85/doc/integrations/myDrive/backend/models/user.ts#L222)
### Problem Codacy Badge sign is not rendering properly in the markdown doc  ### Expected behavior should see the badge clearly as  ### How to reproduce go to...
Signed-off-by: Mukul Malhotra ### Describe your changes in brief Add a 'shell' directive ### Changes - [ ] Why is this change required? What problem does it solve? - [...
### Problem I was following the steps outlined in the IO setup guide associated with [OVA PI-7 ](https://github.com/Seagate/cortx/blob/main/doc/ova/2.0.0/PI-7/S3_IO_Operations.md) when following this guide I got to the testing section when I...