Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
doc: update decision
Browse files Browse the repository at this point in the history
see #1291
  • Loading branch information
Markus Raab committed Jan 27, 2017
1 parent c4dabb4 commit 56955f1
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions doc/decisions/global_validation.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,36 @@
# Global Validation
# Global Validation #

## Issue
## Issue ##

Links and validation constraints might point to keys not loaded
with the respective `kdbGet`.

## Constraints
## Constraints ##

- no workaround such as `kdb get -a`

## Assumptions
## Assumptions ##

## Considered Alternatives
## Considered Alternatives ##

- global plugin can register additional backends to load
- split `kdbGet` into multiple steps:
0. do `kdbGet` on `system/elektra` to update mountpoints
1. first do `kdbGet` on the `spec/`-namespace
2. then calculate which backends are needed
3. then fetch all backends as needed
- split loops in `kdbGet` not only according placements
but also according namespace (get spec first)


## Decision
## Decision ##

## Argument
## Argument ##

## Implications
## Implications ##

## Related decisions
## Related decisions ##

## Notes
## Notes ##

see #1291

0 comments on commit 56955f1

Please sign in to comment.