Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use NnfDataMovementProfiles #191

Merged
merged 1 commit into from
Aug 7, 2024
Merged

Use NnfDataMovementProfiles #191

merged 1 commit into from
Aug 7, 2024

Conversation

bdevcich
Copy link
Contributor

@bdevcich bdevcich commented Aug 1, 2024

nnf-dm uses a configmap to store its configuration in. This is not consistent with the other means of configuration (i.e. Storage and Container Profiles).

This change removes the nnf-dm-config map and swaps it with using NnfDataMovementProfiles.

Pinned profiles are used for copy_in/copy_out directives. Non-pinned profiles are used for the Copy Offload API since the user can select any profile they wish and can change profiles with each request. This means that the nnf-dm reconciler now needs access to the nnf-system namespace to get the non-pinned profiles.

nnf-dm uses a configmap to store its configuration in. This is not
consistent with the other means of configuration (i.e. Storage and
Container Profiles).

This change removes the nnf-dm-config map and swaps it with using
NnfDataMovementProfiles.

Pinned profiles are used for copy_in/copy_out directives. Non-pinned
profiles are used for the Copy Offload API since the user can select any
profile they wish and can change profiles with each request. This means
that the nnf-dm reconciler now needs access to the `nnf-system`
namespace to get the non-pinned profiles.

Signed-off-by: Blake Devcich <blake.devcich@hpe.com>
@bdevcich bdevcich merged commit 27cfe15 into master Aug 7, 2024
4 checks passed
@bdevcich bdevcich deleted the dm-profiles branch August 7, 2024 13:49
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.

2 participants