-
Notifications
You must be signed in to change notification settings - Fork 122
make mount not fail if mp exists #1306
Comments
A simple way to implement that feature would be to have a If this is not a good way, we should rather move this feature to 0.8.22. |
"--strategy unchanged" as discussed #1306 seems to be buggy: e.g. if plugins add plugin config (like dump) parent keys disappear and it seems like the config was changed (although it was not)
This partly closes ElektraInitiative#1306 and ElektraInitiative#3131
This partly closes ElektraInitiative#1306 and ElektraInitiative#3131
This partly closes ElektraInitiative#1306 and ElektraInitiative#3131
This partly closes ElektraInitiative#1306 and ElektraInitiative#3131
This partly closes ElektraInitiative#1306 and ElektraInitiative#3131
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue. |
I mark this issue stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping the issue by writing a message here or create a new issue with the remainder of this issue. |
Project would be together with #1322. |
@flo91 Having idempotency in mounting would be essential. |
I mark this stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping by writing a message here or create a new issue with the remainder of this issue. |
I closed this now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue. |
If someone tries to mount something that is mounted already, we should not fail. (If it would do exactly the same action)
Affected:
mount
(the scriptelektra-mount
is basically already a workaround for it)global-mount
see MSR: replace grep -P with sed #1301 src/plugins/conditionals/README.mdelektra-mount
can be removed thenUnclear:
The text was updated successfully, but these errors were encountered: