Skip to content

Fix #15 - Cinder volume attachment#32

Open
axel3rd wants to merge 1 commit into
masterfrom
CinderVolumAttach
Open

Fix #15 - Cinder volume attachment#32
axel3rd wants to merge 1 commit into
masterfrom
CinderVolumAttach

Conversation

@axel3rd

@axel3rd axel3rd commented Aug 3, 2018

Copy link
Copy Markdown
Collaborator

Cf. #15, only one volume attachment for this first implementation.

@axel3rd axel3rd left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SonarQube analysis found issues:
Bug Bugs: 1
Vulnerability Vulnerabilities: 0
Code Smell Code Smells: 0

See all issues in SonarCloud

*/
protected CreateImageOptions volume(@Nullable final String volume) {
if (StringUtil.isNotEmpty(volume)) {
String[] volumeNameDevice = volume.split(",");

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug Bug: A "NullPointerException" could be thrown; "volume" is nullable here. (squid:S2259)

See it in SonarCloud

@axel3rd

axel3rd commented Aug 3, 2018

Copy link
Copy Markdown
Collaborator Author

cinder volume (v1) seems work on mitaka, but not pike.
cinder volume doesn't exist on mitaka.
=> Need to check if we can test & user most recent cinder version witj JClouds

@axel3rd

axel3rd commented Aug 3, 2018

Copy link
Copy Markdown
Collaborator Author

=> Need to check if we can test & user most recent cinder version witj JClouds

Nop, cinder v2 is not supported by JClouds JCLOUDS-1113

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant