ClusterLabs / fence-agents

Fence agents
101 stars 155 forks source link

fence_scsi: Add support for space-separated devices and update in meta-data #543

Closed arslan9292 closed 1 year ago

arslan9292 commented 1 year ago

Currently the devices associated with fence_scsi should be comma-separated. With this commit, fence_scsi will also work if the 'devices' are space-separated.

Additionally, this commit includes meta-data update:

  1. For fence_scsi:

    • The 'devices' parameter is optional if the cluster is configured with clvm/lvmlock.
    • The 'devices' parameter can be comma or space-separated.
  2. For fence_mpath:

    • The 'devices' parameter can be comma or space-separated.
knet-ci-bot commented 1 year ago

Can one of the admins verify this patch?

oalbrigt commented 1 year ago

ok to test

oalbrigt commented 1 year ago

Thanks.