Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 494 Bytes

adding-new-devices.adoc

File metadata and controls

13 lines (10 loc) · 494 Bytes

Adding new devices

Adding a new device is semi-automatic. The provisioner periodically checks for new mounts in configured directories. Administrators must create a new subdirectory, mount a device, and allow Pods to use the device by applying the SELinux label, for example:

$ chcon -R unconfined_u:object_r:svirt_sandbox_file_t:s0 /mnt/local-storage/
Warning

Omitting any of these steps may result in the wrong PV being created.