BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
thesasuser
Lapis Lazuli | Level 10

Hello
I was looking at the deployment process by manual deployment of SAS Viya4 on open shift cluster. 
Taking the procedure in the SAS Viya Deployment subscription in respect of install on OpenShift as the basis, I don't see anything on provisioning persistent volume.
The raises a question does install on OpenShift automatically provisions the persistent volume   OR do we need to add references to the transformer section in the kustomization.yaml file?
I could not find much in the SAS Viya Platform: Deployment Guide 

and also at SAS Help Center: Sizing Recommendations.
Wondering if somebody can guide on this and point to the appropriate resources.
Thanks.

1 ACCEPTED SOLUTION

Accepted Solutions
gwootton
SAS Super FREQ
When you deploy Viya it creates a number of PersistentVolumeClaims using the default storage class, unless you override that storage class, for things like the database and configuration server. The storage class has an associated provisioner which is responsible for creating the persistent volume in response to the creation of a claim.
You could similarly create your own PersistentVolumeClaim to house data, user home directories, drivers, etc. The optional customization you've linked is an example of how to mount one of those additional PVCs into the CAS server (you might also want to mount them into the compute server).
--
Greg Wootton | Principal Systems Technical Support Engineer

View solution in original post

2 REPLIES 2
thesasuser
Lapis Lazuli | Level 10

Hello
I think I got the answer here  SAS Help Center: Optional Customizations
Please let me know if there is something more to it.
Thanks

gwootton
SAS Super FREQ
When you deploy Viya it creates a number of PersistentVolumeClaims using the default storage class, unless you override that storage class, for things like the database and configuration server. The storage class has an associated provisioner which is responsible for creating the persistent volume in response to the creation of a claim.
You could similarly create your own PersistentVolumeClaim to house data, user home directories, drivers, etc. The optional customization you've linked is an example of how to mount one of those additional PVCs into the CAS server (you might also want to mount them into the compute server).
--
Greg Wootton | Principal Systems Technical Support Engineer

suga badge.PNGThe SAS Users Group for Administrators (SUGA) is open to all SAS administrators and architects who install, update, manage or maintain a SAS deployment. 

Join SUGA 

Get Started with SAS Information Catalog in SAS Viya

SAS technical trainer Erin Winters shows you how to explore assets, create new data discovery agents, schedule data discovery agents, and much more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 129 views
  • 0 likes
  • 2 in conversation