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

added a new FAQ #501

Merged
merged 1 commit into from
Nov 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/main/faqs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,12 @@ It is recommended that Replicated PV Mayastor volumes be provisioned with a mini

[Go to top](#top)

### Should I install the mayastor/mayastor Helm chart alongside the openebs/openebs Helm release?

The `mayastor/mayastor` Helm chart, along with other stable OpenEBS storage plugins, is included as a dependency within the `openebs/openebs` Helm chart. The `openebs/openebs` chart can be configured to deploy the Replicated PV Mayastor storage engine. It is not recommended to deploy the Helm chart dependencies independently alongside the umbrella chart (openebs/openebs). This may lead to configuration conflicts and operational issues.

[Go to top](#top)

## See Also

- [Quickstart](../quickstart-guide/installation.md)
Expand Down
6 changes: 6 additions & 0 deletions docs/versioned_docs/version-4.1.x/faqs/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,12 @@ Now that `0000:01:00.0` is bound to `vfio-pcie`, you can create your pools with

[Go to top](#top)

### Should I install the mayastor/mayastor Helm chart alongside the openebs/openebs Helm release?

The `mayastor/mayastor` Helm chart, along with other stable OpenEBS storage plugins, is included as a dependency within the `openebs/openebs` Helm chart. The `openebs/openebs` chart can be configured to deploy the Replicated PV Mayastor storage engine. It is not recommended to deploy the Helm chart dependencies independently alongside the umbrella chart (openebs/openebs). This may lead to configuration conflicts and operational issues.

[Go to top](#top)

## See Also

- [Quickstart](../quickstart-guide/installation.md)
Expand Down
Loading