8e1343c9cd
The LVM driver accepts a "lvm_share_export_ips" option instead of "lvm_share_export_ip" since the Pike release [1]. Let's drop support for this option and cleanup compatibility code. [1] Ib3594aa5d7751c829820fce830d87f6ceea6b049 Change-Id: Ifdeb470438c204cc6cc370517833cb2cab5b7822
7 lines
293 B
YAML
7 lines
293 B
YAML
---
|
|
upgrade:
|
|
- |
|
|
The LVM driver configuration option ``lvm_share_export_ip`` is no longer
|
|
supported. This option has been replaced by ``lvm_share_export_ips``
|
|
which accepts a comma-separated string of IP addresses of the host
|
|
exporting the LVM shares (NFS/CIFS share server). |