puppet-cinder/releasenotes/notes/nfs-client-package-13acd2b8b0acb7fe.yaml
Takashi Kajinami 75e727dea8 nfs: Ensure nfs client is installed
The nfs volume driver requires nfs client (especially the mount.nfs
command installed by it). Ensure the package is installed.

Closes-Bug: #2100712
Depends-on: https://review.opendev.org/943119
Change-Id: I291f8592ca95636e16d73c1de71a378b36618c5a
2025-03-03 09:53:26 +09:00

7 lines
234 B
YAML

---
features:
- |
The ``cinder::backend::nfs`` defined resource type 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.