Storage plugin capability with NFS3/4.1/4.2

2025-12-01 Thread Rajiv Jain
Hello Everyone, We are planning to add support for NFS and iSCSI protocol-based primary storage-pool provisioning support with the ONTAP plugin. Looking at the current code, our understanding is to extend some CloudStack core files under the hypervisors package, like libvirtStoragePool, and add o

Re: Regarding Cloudstack storage plugin documentation

2025-12-01 Thread Suresh Kumar Anaparti
Hi Sandeep, To get some idea about the storage plugin, you can refer to the details about storage subsystem, the interfaces/methods to implement here: - https://cwiki.apache.org/confluence/display/CLOUDSTACK/Storage+subsystem+2.0 . For sample design & implementation, check the powerflex plugin det

Re: Regarding Cloudstack storage plugin documentation

2025-12-01 Thread sandeep locharla
Hi Daan, I'm looking for documentation to build my own storage plugin. Currently, I'm building stuff by hit and trial, going through errors in the logs and understanding core cloudstack code. This is becoming very inefficient, hence the query. Any leads would be highly appreciated. Thankyou, Be

Re: Regarding Cloudstack storage plugin documentation

2025-12-01 Thread Daan
Sandeep, tl;dr no It would be a good idea but storage vendors are usually not core developers. It would be good to have an extension documentation framework in general (not just for storage vendors). Are you looking for answers on a specific storage vendor or looking for how to implement your o

Re: [PR] Update debugging docs, GitHub Actions and golangci config [cloudstack-kubernetes-provider]

2025-12-01 Thread via GitHub
DaanHoogland commented on code in PR #84: URL: https://github.com/apache/cloudstack-kubernetes-provider/pull/84#discussion_r2576106981 ## .golangci.yml: ## @@ -1,53 +1,50 @@ -# Licensed to the Apache Software Foundation (ASF) under one -# or more contributor license agreements.