galaxyproject / ansible-cvmfs

An Ansible role for installing and configuring CernVM-FS (CVMFS)
12 stars 17 forks source link

cvmfs client config is not reloaded upon change #40

Open Slugger70 opened 2 years ago

Slugger70 commented 2 years ago

If CVMFS client is already installed on a VM and a change is made to the configuration such as cache size - cvmfs requires a reload via cvmfs_config reload.

This doesn't happen in this ansible.

I guess it will require a handler and some triggers.