[infinispan-issues] [JBoss JIRA] (ISPN-8611) Persistent volume names too long
Martin Gencur (JIRA)
issues at jboss.org
Tue Dec 12 02:43:00 EST 2017
[ https://issues.jboss.org/browse/ISPN-8611?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Martin Gencur reassigned ISPN-8611:
-----------------------------------
Assignee: Martin Gencur
> Persistent volume names too long
> --------------------------------
>
> Key: ISPN-8611
> URL: https://issues.jboss.org/browse/ISPN-8611
> Project: Infinispan
> Issue Type: Bug
> Components: Cloud
> Reporter: Martin Gencur
> Assignee: 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 {code}${APPLICATION_NAME}-data{code}
> 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