storage-connector

  • Canonical BootStack Charmers
Channel Revision Published Runs on
latest/stable 13 01 Nov 2023
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/stable 0 26 Aug 2021
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/candidate 13 01 Nov 2023
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
latest/edge 13 01 Nov 2023
Ubuntu 22.04 Ubuntu 20.04 Ubuntu 18.04
juju deploy bootstack-charmers-storage-connector
Show information

Platform:

Ubuntu
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.


Help improve this document in the forum (guidelines). Last updated 1 year, 2 months ago.