Skip to content

WIP: Fix volume validation with spaces for linux

What does this MR do?

Fix volume validation with spaces

Why was this MR needed?

The regex had an extra whitespace which causes volumes paths like /root test to be invalid, but they are valid Linux paths.

Are there points in the code the reviewer needs to double check?

Why was the whitespace there in the first place.

Does this MR meet the acceptance criteria?

  • Documentation created/updated
  • Added tests for this feature/bug
  • In case of conflicts with master - branch was rebased

What are the relevant issue numbers?

Closes #4442

Edited by Steve Xuereb

Merge request reports