-
Notifications
You must be signed in to change notification settings - Fork 118
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix packr r9 #2424
Closed
Closed
Fix packr r9 #2424
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Grant Griffiths <[email protected]>
* Also fixed an error in auth middleware Enumerate function where it returns the incorrect object in an error. Signed-off-by: Luis Pabón <[email protected]>
Auth-middleware delete is not idempotent
Signed-off-by: Grant Griffiths <[email protected]>
…e#1830) (libopenstorage#1831) Signed-off-by: Grant Griffiths <[email protected]>
Signed-off-by: Grant Griffiths <[email protected]>
…#1844) - This ensures that two clusters can pair over an https endpoint with TLS config set to skip verify if the clusters are not TLS enabled. Signed-off-by: Aditya Dani <[email protected]>
…" (libopenstorage#1845) This reverts commit feb25b4.
Signed-off-by: Luis Pabón <[email protected]>
Signed-off-by: Grant Griffiths <[email protected]>
* Compatability with CSI 1.4 Signed-off-by: Grant Griffiths <[email protected]>
- When enabled it creates a service using which you can access a sharedv4 volume. - This will be enabled in Container Orchestrator's like Kubernetes and will use native Kubernetes service objects on top of sharedv4 volumes. - This spec allows us to control this feature at a volume granularity. Following are the input arguments to create such a volume "sharedv4_svc_type": "NodePort|ClusterIP|LoadBalancer" Based on the input it will create a corresponding service for accessing the sharedv4 volume. Signed-off-by: Aditya Dani <[email protected]> Co-authored-by: Aditya Dani <[email protected]>
Signed-off-by: Harsh Desai <[email protected]>
* PWX-17451 Add diags SDK Signed-off-by: Harsh Desai <[email protected]> * review comments Signed-off-by: Harsh Desai <[email protected]> * Review comments Signed-off-by: Harsh Desai <[email protected]> * Add apache license to new files Signed-off-by: Harsh Desai <[email protected]>
Signed-off-by: Harsh Desai <[email protected]>
libopenstorage#1823) * PWX-18523: Change stack & heap filename to include the hostname and 'YYYYMMDDHHMMSS'. Signed-off-by: Jose Rivera <[email protected]> * PWX-18523: Export functions use to create profile name. Signed-off-by: Jose Rivera <[email protected]>
Signed-off-by: Grant Griffiths <[email protected]>
…ySpec * Also parse mountOptions flag from storage class for Pure pass through volumes Signed-off-by: Jiafeng Liao <[email protected]>
…lume specs Signed-off-by: Jiafeng Liao <[email protected]>
[PWX-19922] don't pass shared, sharedv4 flags to pure volume specs
Signed-off-by: Grant Griffiths <[email protected]>
Signed-off-by: Grant Griffiths <[email protected]>
Signed-off-by: Grant Griffiths <[email protected]>
…openstorage#1878) Signed-off-by: Neelesh Thakur <[email protected]>
* This fix also cleans up the gRPC client connect to use `grpc.WithBlock()` and `grpc.DialWithContext()` since the APIs we used to use where experimental. Signed-off-by: Luis Pabón <[email protected]>
Signed-off-by: Grant Griffiths <[email protected]>
Signed-off-by: Grant Griffiths <[email protected]>
updateClusterStatus() function had dual purpose. It would update the node cache with the new info received from gossip and it would also notify the listeners of any changes in the node status. If one of the listeners took long time to process the change notification, node cache updates stopped. This patch refactors node-cache updates and listener notifications into separate goroutines so that one does not block the other. Signed-off-by: Neelesh Thakur <[email protected]>
…on. (libopenstorage#1895) - Added two new options to ClusterConfig - QuorumTimeoutInSeconds configures time after which an out of quorum node will restart - SnapLockTryDurationInMinutes is the time for which the cluster manager will try acquiring a lock for cluster snapshot Signed-off-by: Aditya Dani <[email protected]>
…el_9.8 [PWX-34442] cherry pick
…age#2379) Need to explicitly copy the auth token to the outgoing gRPC metadata when forwarding the request to another node. Signed-off-by: Neelesh Thakur <[email protected]>
…nstorage#2380) (libopenstorage#2381) Signed-off-by: Grant Griffiths <[email protected]> Co-authored-by: Grant Griffiths <[email protected]>
…might not recover (libopenstorage#2383) * fix: throw error if volume is down state and with pending status, it might not recover Signed-off-by: Shivanjan Chakravorty <[email protected]> * refactor: update error message for volume state down and pending Signed-off-by: Shivanjan Chakravorty <[email protected]> --------- Signed-off-by: Shivanjan Chakravorty <[email protected]>
Signed-off-by: Shivanjan Chakravorty <[email protected]>
PWX-30083: Optional way to purge alerts Signed-off-by: pnookala-px <[email protected]>
Merge pull request libopenstorage#2261 from libopenstorage/alerts
…ge#2389) Signed-off-by: Prince <[email protected]>
…r. (libopenstorage#2391) - When the cluster is running with cluster-domains enabled, the round robin balancer should choose the nodes to forward the request within the same cluster domain. Signed-off-by: Aditya Dani <[email protected]>
libopenstorage#2393) Signed-off-by: pnookala-px <[email protected]>
* adding `VolumeSpec.IsNFSProxyVolume()` Signed-off-by: Zoran Rajic <[email protected]>
This reverts commit 14c3328. Signed-off-by: Neelesh Thakur <[email protected]>
…orage#2399) (libopenstorage#2400) * Add length check before accessing in round robin This PR adds a few check before accessing the filteredNodes: 1. If the length is zero, we return empty string and false (isRemote) 2. Before accessing the array, we take a reminder of the currentIndex with the length of the array. JIRA: PWX-35601 Signed-off-by: dahuang <[email protected]>
…storage#2407)" This reverts commit 0d74e7c.
This reverts commit a6cb62a.
…enstorage#2402)" This reverts commit f2ae67c.
…ibopenstorage#2411) (cherry picked from commit 8bdb3c7) Signed-off-by: Tengxiao Wang <[email protected]> --------- Signed-off-by: Tengxiao Wang <[email protected]>
…ibopenstorage#2420) * add check for shared volumes in getVolumeStats (libopenstorage#2419) Adds check for shared v4 volumes that have a different attach path than the assumed CSI volume path. JIRA: PWX-35351 Signed-off-by: dahuang <[email protected]>
Signed-off-by: Piyush Nimbalkar <[email protected]>
Signed-off-by: Luis Pabón <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.