puppet-cinder/releasenotes/notes/backup-nfs-client-e95c8d1051fe1d10.yaml
Takashi Kajinami 296b623fc3 Ensure nfs client is installed when nfs backup driver is used
Similarly to I291f8592ca95636e16d73c1de71a378b36618c5a , the client
package is required by the nfs backup driver as well.

Related-Bug: #2100712
Change-Id: Iedbe166fd1e9c3b9f70e06cf8f16472146e78e06
2025-03-03 10:28:39 +09:00

8 lines
218 B
YAML

---
features:
- |
The ``cinder::backup::nfs`` class now ensures that the nfs client package
is installed. The new ``package_ensure`` parameter has been added so that
the package state can be customized.