Resource Type: kubernetes_fc_volume_source

Defined in:
lib/puppet/type/kubernetes_fc_volume_source.rb
Providers:
swagger

Overview

Represents a Fibre Channel volume. Fibre Channel volumes can only be mounted as read/write once. Fibre Channel volumes support ownership management and SELinux relabeling.

Properties

  • ensure (defaults to: present)

    The basic property that the resource should be in.

    Supported values:
    • present
    • absent
  • fs_type

    Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. ‘ext4’, ‘xfs’, ‘ntfs’. Implicitly inferred to be ‘ext4’ if unspecified.

  • lun

    Required: FC target lun number

  • read_only

    Optional: Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts.

  • target_ww_ns

    Required: FC target worldwide names (WWNs)

Parameters

  • name (namevar)

    Name of the fc_volume_source.

  • provider

    The specific backend to use for this ‘kubernetes_fc_volume_source` resource. You will seldom need to specify this — Puppet will usually discover the appropriate provider for your platform.