Hello team
I have a question:
As the documentation said about Portworx Essential license:
- Number of attached volumes per node maximum is 30
- Host storage capacity limits are 1TB per host
- Cluster storage capacity limits are 5TB per cluster
So, when I installed Portworx in my Kubernetes cluster, I had 4 worker nodes, and on each one, I had a 100Gi block device attached to them.
So when I installed the Portworx, the sudo pxctl status
showed I had 400Gi Total Storage.
I want to expand this size because the docs said I could.
So I added another 100Gi on one of my nodes, and when I executed this command:
sudo pxctl service drive add --drive /dev/vdb --operation start
It exits with this error:
AddDrive failed: Feature upgrade needed. No license for 'NodeCapacityExtension' feature
Why did it say a Feature upgrade is needed?
I don’t hit those 3 limits, so why?
What can I do?