r/vmhost: Install mount helpers
Filesystems like NFS and CIFS require "helper" utilities (i.e. `mount.nfs` and `mount.cifs`, respectively). These need to be installed in order for a system to be able to mount those filesystems. The current shared storage system uses NFSv4, and as such, the *nfs-utils* package needs to be installed on the VM hosts.
This commit is contained in:
@@ -85,6 +85,11 @@
|
||||
name: ksm
|
||||
state: started
|
||||
|
||||
- name: ensure required mount helper utilities are installed
|
||||
package:
|
||||
name: '{{ shared_volume_mount_packages }}'
|
||||
state: present
|
||||
tags: install
|
||||
- name: ensure storage volumes are mounted
|
||||
mount:
|
||||
path: '{{ item.mountpoint }}'
|
||||
|
||||
Reference in New Issue
Block a user