storage-connector
- Canonical BootStack Charmers
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 13 | 01 Nov 2023 | |
latest/stable | 0 | 26 Aug 2021 | |
latest/candidate | 13 | 01 Nov 2023 | |
latest/edge | 13 | 01 Nov 2023 |
juju deploy bootstack-charmers-storage-connector
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
20.04
18.04
Configure Fibre Channel
Set the storage type to FC
and the various configuration parameters for multipath:
juju config storage-connector storage-type='fc' \
multipath-defaults='{"user_friendly_names":"yes", "find_multipaths":"yes", "polling_interval":"10"}' \
multipath-devices='{"vendor":"PURE", "product":"FlashArray", "fast_io_fail_tmo":"10", "path_grouping_policy":"group_by_prio"}'
The above multipath-devices
config will produce this device specific configuration in the final rendered /etc/multipath/conf.d/storage-connector-multipath.conf
file.
device {
vendor "PURE"
product "FlashArray"
fast_io_fail_tmo 10
path_grouping_policy "group_by_prio"
}
You can read more about the various config parameters for multipath here.