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

[BUG]: enhanced multipath.conf file for PowerStore FC and iSCSI #1627

Open
dancohen21 opened this issue Dec 4, 2024 · 1 comment
Open

[BUG]: enhanced multipath.conf file for PowerStore FC and iSCSI #1627

dancohen21 opened this issue Dec 4, 2024 · 1 comment
Labels
needs-triage Issue requires triage. type/bug Something isn't working. This is the default label associated with a bug issue.

Comments

@dancohen21
Copy link

Bug Description

as a follow up to CSM issue 1595

the section in the CSM documentation where it talks about configuring the multipath.conf file
under: https://dell.github.io/csm-docs/docs/deployment/csmoperator/drivers/powerstore/#linux-multipathing-requirements

defaults {
user_friendly_names yes
find_multipaths yes
}
blacklist {
}

and where it wraps it in a machineconfig to apply...

apiVersion: machineconfiguration.openshift.io/v1
kind: MachineConfig
metadata:
name: workers-multipath-conf-default
labels:
machineconfiguration.openshift.io/role: worker
spec:
config:
ignition:
version: 3.2.0
storage:
files:

  • contents:
    source: data:text/plain;charset=utf-8;base64,ZGVmYXVsdHMgewp1c2VyX2ZyaWVuZGx5X25hbWVzIHllcwpmaW5kX211bHRpcGF0aHMgeWVzCn0KCmJsYWNrbGlzdCB7Cn0K
    verification: {}
    filesystem: root
    mode: 400
    path: /etc/multipath.conf

This is not the best configuration. a more appropriate multipath.conf file is specified in the Host connectivity guide on page 202. This is what should be documented and encoded for the machineconfig for powerstore. It seems best to have tighter alignment between the PowerStore Linux best practices documented in the host connectivity guide and the CSM documenation if it is deemed applicable.

Logs

n/a

Screenshots

No response

Additional Environment Information

No response

Steps to Reproduce

n/a

Expected Behavior

n/a

CSM Driver(s)

yes

Installation Type

No response

Container Storage Modules Enabled

No response

Container Orchestrator

K8s

Operating System

Linux

@dancohen21 dancohen21 added needs-triage Issue requires triage. type/bug Something isn't working. This is the default label associated with a bug issue. labels Dec 4, 2024
@csmbot
Copy link
Collaborator

csmbot commented Dec 4, 2024

@dancohen21: Thank you for submitting this issue!

The issue is currently awaiting triage. Please make sure you have given us as much context as possible.

If the maintainers determine this is a relevant issue, they will remove the needs-triage label and respond appropriately.


We want your feedback! If you have any questions or suggestions regarding our contributing process/workflow, please reach out to us at container.storage.modules@dell.com.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-triage Issue requires triage. type/bug Something isn't working. This is the default label associated with a bug issue.
Projects
None yet
Development

No branches or pull requests

2 participants