Skip to content

Tags: chiachunlin/openstorage

Tags

v10.0.58

Toggle v10.0.58's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add start and stop volumeWatcher (libopenstorage#2320)

* Add start and stop volumeWatcher

- Adds two function in Watcher interface and fix tests

JIRA: PWX-32359

Signed-off-by: dahuang <[email protected]>

v10.0.57

Toggle v10.0.57's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add field for enabling SSE for aws creds (libopenstorage#2295)

Signed-off-by: veda <[email protected]>

v9.4.34

Toggle v9.4.34's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add field for enabling SSE for aws creds (libopenstorage#2295) (libop…

…enstorage#2303)

Signed-off-by: veda <[email protected]>

v10.0.56

Toggle v10.0.56's commit message
Fix UTs

Signed-off-by: Grant Griffiths <[email protected]>

v9.4.33

Toggle v9.4.33's commit message
Update Go to 1.17

Signed-off-by: Grant Griffiths <[email protected]>

v10.0.55

Toggle v10.0.55's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PWX-26792 Fix Race condition in unmount (libopenstorage#2116)

* PWX-26792 Fix Race condition in unmount

We hit a race condition in unmount with concurrent iteration and write.
This was due to unlocking too early before reading ends. This commits adds
the fix and UT to verify.

JIRA: PWX-26792

Testing: UT passed

Signed-off-by: dahuang <[email protected]>

v10.0.54

Toggle v10.0.54's commit message
Update Go to 1.17

Signed-off-by: Grant Griffiths <[email protected]>

v9.4.32

Toggle v9.4.32's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request libopenstorage#2112 from libopenstorage/cherrypick…

…-12f916d

Adds a missing method that slipped into Porx directly

v10.0.53

Toggle v10.0.53's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PWX-26709: fix the intermittent failure in the unit test (libopenstor…

…age#2110)

Need to sleep a bit longer to ensure that that tasks get chance to run.

This was the failure in travis build:

--- FAIL: TestMulti (3.00s)
	Error Trace:	sched_test.go:106
	Error:		Should be true
	Messages:	count was 0 for task 0

FAIL

Signed-off-by: Neelesh Thakur <[email protected]>

v9.4.31

Toggle v9.4.31's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
PWX-26709: fix the intermittent failure in the unit test (libopenstor…

…age#2111)

Need to sleep a bit longer to ensure that that tasks get chance to run.

Signed-off-by: Neelesh Thakur <[email protected]>