[infinispan-issues] [JBoss JIRA] (ISPN-8611) Caching and shared memory service names too long
Martin Gencur (JIRA)
issues at jboss.org
Mon Dec 11 11:00:01 EST 2017
Martin Gencur created ISPN-8611:
-----------------------------------
Summary: Caching and shared memory service names too long
Key: ISPN-8611
URL: https://issues.jboss.org/browse/ISPN-8611
Project: Infinispan
Issue Type: Bug
Components: Cloud
Reporter: Martin Gencur
The default name for the application is "caching-service-app" and "shared-memory-service-app" respectively.
The persistent volume claim (for StatefulSets) is called ${APPLICATION_NAME}-data.
Now when I use e.g. GlusterFS for persistent volumes and deploy this application, a new service is created called "glusterfs-dynamic-caching-service-app-data-caching-service-app-0" (or "glusterfs-dynamic-shared-memory-service-app-data-shared-memory-service-app-0"
However, the maximum length of service name is 63 chars. And the persistent volume claim fails with: {code}Failed to provision volume with StorageClass "gluster-container": glusterfs: create volume err: failed to create endpoint/service <nil>.{code}
When the name whole name gets under 63 characters the volume claim is created successfully.
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)
More information about the infinispan-issues
mailing list