{"id":20110701,"url":"https://github.com/dell/gopowerscale","last_synced_at":"2026-02-15T20:03:01.319Z","repository":{"id":38461949,"uuid":"221535016","full_name":"dell/gopowerscale","owner":"dell","description":"Go library for Dell PowerScale","archived":false,"fork":false,"pushed_at":"2025-11-06T12:04:36.000Z","size":2897,"stargazers_count":11,"open_issues_count":0,"forks_count":9,"subscribers_count":18,"default_branch":"main","last_synced_at":"2025-11-06T14:10:21.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-11-13T19:24:49.000Z","updated_at":"2025-11-06T12:04:39.000Z","dependencies_parsed_at":"2023-07-15T13:22:19.890Z","dependency_job_id":"4688807c-9c76-40d5-8cc8-533c55122506","html_url":"https://github.com/dell/gopowerscale","commit_stats":null,"previous_names":["dell/goisilon"],"tags_count":25,"template":false,"template_full_name":null,"purl":"pkg:github/dell/gopowerscale","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fgopowerscale","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fgopowerscale/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fgopowerscale/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fgopowerscale/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dell","download_url":"https://codeload.github.com/dell/gopowerscale/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dell%2Fgopowerscale/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29487786,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T19:29:10.908Z","status":"ssl_error","status_checked_at":"2026-02-15T19:29:10.419Z","response_time":118,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-13T18:13:24.528Z","updated_at":"2026-02-15T20:03:01.314Z","avatar_url":"https://github.com/dell.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# :lock: **Important Notice**\r\nStarting with the release of **Container Storage Modules v1.16.0**, this repository will no longer be maintained as an open source project. Future development will continue under a closed source model. This change reflects our commitment to delivering even greater value to our customers by enabling faster innovation and more deeply integrated features with the Dell storage portfolio.\u003cbr\u003e\r\nFor existing customers using Dell’s Container Storage Modules, you will continue to receive:\r\n* **Ongoing Support \u0026 Community Engagement**\u003cbr\u003e\r\n       You will continue to receive high-quality support through Dell Support and our community channels. Your experience of engaging with the Dell community remains unchanged.\r\n* **Streamlined Deployment \u0026 Updates**\u003cbr\u003e\r\n        Deployment and update processes will remain consistent, ensuring a smooth and familiar experience.\r\n* **Access to Documentation \u0026 Resources**\u003cbr\u003e\r\n       All documentation and related materials will remain publicly accessible, providing transparency and technical guidance.\r\n* **Continued Access to Current Open Source Version**\u003cbr\u003e\r\n       The current open-source version will remain available under its existing license for those who rely on it.\r\n\r\nMoving to a closed source model allows Dell’s development team to accelerate feature delivery and enhance integration across our Enterprise Kubernetes Storage solutions ultimately providing a more seamless and robust experience.\u003cbr\u003e\r\nWe deeply appreciate the contributions of the open source community and remain committed to supporting our customers through this transition.\u003cbr\u003e\r\n\r\nFor questions or access requests, please contact the maintainers via [Dell Support](https://www.dell.com/support/kbdoc/en-in/000188046/container-storage-interface-csi-drivers-and-container-storage-modules-csm-how-to-get-support).\r\n\r\n# GoIsilon\r\n\r\n## Overview\r\n\r\nGoIsilon is a Go package that provides a client for the EMC Isilon OneFS HTTP\r\nAPI. The package provides both direct implementations of the API bindings as\r\nwell as abstract, helper functionality. In addition, services such as Docker,\r\nMesos, and [REX-Ray](http://rexray.readthedocs.io/) use the GoIsilon package\r\nto integrate with the NAS storage platform.\r\n\r\n## OneFS API Support Matrix\r\n\r\nThe GoIsilon package is tested with and supports OneFS 8.1+.\r\n\r\n## Examples\r\n\r\nThe tests provide working examples for how to use the package, but here are\r\na few code snippets to further illustrate the basic ideas:\r\n\r\n### Initialize a new client\r\n\r\nThis example shows how to initialize a new client.\r\n\r\n```go\r\nclient, err := NewClient(context.Background())\r\nif err != nil {\r\n\tpanic(err)\r\n}\r\n```\r\n\r\nPlease note that there is  no attempt to provide a host, credentials, or any\r\nother options. The `NewClient()` function relies on the following environment\r\nvariables to configure the GoIsilon client:\r\n\r\n#### Environment Variables\r\n\r\nName | Description\r\n---- | -----------\r\n`GOISILON_ENDPOINT`   | the API endpoint, ex. `https://172.17.177.230:8080`\r\n`GOISILON_USERNAME`   | the username\r\n`GOISILON_GROUP`      | the user's group\r\n`GOISILON_PASSWORD`   | the password\r\n`GOISILON_INSECURE`   | whether to skip SSL validation\r\n`GOISILON_VOLUMEPATH` | which base path to use when looking for volume directories\r\n`GOISILON_VOLUMEPATH_PERMISSIONS` | permissions for new volume directory\r\n`GOISILON_AUTHTYPE` | what should be the auth type, session-based or basic\r\n\r\n### Initialize a new client with options\r\n\r\nThe following example demonstrates how to explicitly specify options when\r\ncreating a client:\r\n\r\n```go\r\nclient, err := NewClientWithArgs(\r\n\tcontext.Background(),\r\n\t\"https://172.17.177.230:8080\",\r\n\ttrue,\r\n\t1,\r\n\t\"userName\",\r\n\t\"groupName\",\r\n\t\"password\",\r\n\t\"/ifs/volumes\",\r\n\t\"0777\",\r\n\t0)\r\nif err != nil {\r\n\tpanic(err)\r\n}\r\n```\r\n\r\n### Create a Volume\r\n\r\nThis snippet creates a new volume named \"testing\" at \"/ifs/volumes/testing\".\r\nThe volume path is generated by concatenating the client's volume path and the\r\nname of the volume.\r\n\r\n```go\r\nvolume, err := c.CreateVolume(context.Background(), \"testing\")\r\n```\r\n\r\n### Export a Volume\r\n\r\nEnabling a volume for NFS access is fairly straight-forward.\r\n\r\n```go\r\nif err := c.ExportVolume(context.Background(), \"testing\"); err != nil {\r\n\tpanic(err)\r\n}\r\n```\r\n\r\n### Delete a Volume\r\n\r\nWhen a volume is no longer needed, this is how it may be removed.\r\n\r\n```go\r\nif err := c.DeleteVolume(context.Background(), \"testing\"); err != nil {\r\n\tpanic(err)\r\n}\r\n```\r\n\r\n### More Examples\r\n\r\nSeveral, very detailed examples of the GoIsilon package in use can be found in\r\nthe package's `*_test.go` files as well as in the libStorage Isilon\r\n[storage driver](https://github.com/rexray/rexray/blob/master/libstorage/drivers/storage/isilon/storage/isilon_storage.go).\r\n\r\n## Contributions\r\n\r\nPlease contribute!\r\n\r\n## Licensing\r\n\r\nLicensed under the Apache License, Version 2.0 (the “License”); you may not use\r\nthis file except in compliance with the License. You may obtain a copy of the\r\nLicense at \u003chttp://www.apache.org/licenses/LICENSE-2.0\u003e\r\n\r\nUnless required by applicable law or agreed to in writing, software distributed\r\nunder the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR\r\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\r\nspecific language governing permissions and limitations under the License.\r\n\r\n## Support\r\n\r\nFor any issues, questions or feedback, please follow our [support process](https://github.com/dell/csm/blob/main/docs/SUPPORT.md)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fgopowerscale","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdell%2Fgopowerscale","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdell%2Fgopowerscale/lists"}