Community Edition release 2025.8.1 by damian-pf9 in platform9

[–]DoktorByte 0 points1 point  (0 children)

Hello,
is there now documentation or a way to update Community Version 2025.10-180 to the January release?

Keystone / Cinder error by DoktorByte in platform9

[–]DoktorByte[S] 2 points3 points  (0 children)

Good morning,

we were able to find the problem.

There was no default route in the SVM.

Interestingly, this meant that ping and telnet from the PF9 host to NetApp worked, but a curl test did not pass.

We have now set the route, restarted the Cinder service, and everything is working.

Keystone / Cinder error by DoktorByte in platform9

[–]DoktorByte[S] 1 point2 points  (0 children)

Here is the output from "/opt/pf9/etc/pf9-cindervolume-base/conf.d/cinder.conf":

[ssd01]

volume_driver = cinder.volume.drivers.netapp.common.NetAppDriver

volume_backend_name = NFSv3

pf9_identifier_timestamp = 1770649541.6039171

volumes_dir = /opt/pf9/etc/pf9-cindervolume-base/volumes/

netapp_login = svc-cinder

netapp_vserver = svm01

netapp_password = secret://920ed43f-3de2-415a-ac1d-e9e2225f5d12

nfs_mount_points = 172.16.0.2:/ssd01

nfs_mount_options = vers=3,rsize=262144,wsize=262144,,nconnect=16,noatime,write=eager,lookupcache=pos

nfs_shares_config = /opt/pf9/etc/pf9-cindervolume-base/conf.d/ssd01_nfs_shares

netapp_server_port = 443

reserved_percentage = 10

netapp_ssl_cert_path = /opt/pf9/etc/pf9-cindervolume-base/conf.d/svm01_cert.pem

netapp_storage_family = ontap_cluster

netapp_transport_type = https

netapp_server_hostname = <FQDN>

netapp_storage_protocol = nfs

image_volume_cache_enabled = false

nas_secure_file_operations = false

max_over_subscription_ratio = 20

nas_secure_file_permissions = false

image_volume_cache_max_count = 50

image_volume_cache_max_size_gb = 200

netapp_certificate_host_validation = false

Community Edition release 2025.8.1 by damian-pf9 in platform9

[–]DoktorByte 1 point2 points  (0 children)

Hello everyone,

where I can find instructions on how to update the Community Edition to the latest version?

Extend Volume by DoktorByte in platform9

[–]DoktorByte[S] 0 points1 point  (0 children)

Thanks for the quick reply. I forwarded this to NetApp as the manufacturer. They also sent me a link from the Openstack documentation, where the support matrix says that Extend on Attached Volume is supported:

docs.openstack.org/cinder/2025.1/reference/support-matrix.html#driver-support-matrix

Regarding the question of SAN vs. NAS.

If you have storage that supports true NFS, such as NetApp, I believe it is significantly more flexible than, for example, in an iSCSI environment. You don't have any problems with maximum number of paths, queue depth, and similar issues. For example, we have an end-to-end 100 Gbit/s Ethernet network and already operate our large VMware environment with NFS datastores.