Skip to content

mxmount: Allow "=" in variable values #294

Merged
merged 1 commit into from Jan 3, 2023
Merged

Conversation

donald
Copy link
Collaborator

@donald donald commented Jan 3, 2023

Currently mxmounts fails when we set

DEFAULT_EXPORT_OPTIONS=@amd(sync,rw,no_root_squash,no_subtree_check,insecure_locks,sec=sys:mariux)

with

Unmatched ( in regex; marked by <-- HERE in m/DEFAULT_EXPORT_OPTIONS=@amd( <-- HERE sync,rw,no_root_squash,no_subtree_check,insecure_locks,sec/ at /usr/bin/mxmount line 212.

Use non-greedy pattern for ""VAR=value".

Currently mxmounts fails when we set

    DEFAULT_EXPORT_OPTIONS=@amd(sync,rw,no_root_squash,no_subtree_check,insecure_locks,sec=sys:mariux)

with

    Unmatched ( in regex; marked by <-- HERE in m/DEFAULT_EXPORT_OPTIONS=@amd( <-- HERE sync,rw,no_root_squash,no_subtree_check,insecure_locks,sec/ at /usr/bin/mxmount line 212.

Use non-greedy pattern for ""VAR=value".
@donald donald merged commit c5c2d42 into master Jan 3, 2023
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant