File: cephfs-fix-export-ip-escaping-on-hostname-e2866be32a8f5e38.yaml

package info (click to toggle)
manila 1%3A21.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 24,512 kB
  • sloc: python: 281,625; sh: 1,873; pascal: 1,336; makefile: 74
file content (8 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
---
fixes:
  - |
    When ``cephfs_ganesha_server_ip`` is not set, the current hostname is used
    as a default for such config option. The driver was treating this value
    as an IP address and trying to perform validations on it. The CEPH NFS
    driver will no longer treat hostnames as ip addresses and try to validate
    them as such.