brickpattern opened a new issue, #662:
URL: https://github.com/apache/solr-operator/issues/662

   Setup:
     AWS EKS : latest
     Solr Operator  : 11 
     Solrcloud : 9.3 
      
   Spec in solr values.yaml  
   ```
   
   dataStorage:
     type: "ephemeral"
     capacity: "1000Gi"
     ephemeral: {}
       # emptyDir: {}
       # hostPath: {}
   
   ```
   
   the request is for 1000G ...   looking from inside the pod, the 
/var/solr/data directory gets into root FS which is 20G
   ```
   lsblk
   NAME          MAJ:MIN RM   SIZE RO TYPE MOUNTPOINTS
   nvme1n1       259:0    0 558.8G  0 disk 
   nvme0n1       259:1    0    20G  0 disk 
   ├─nvme0n1p1   259:3    0    20G  0 part /var/solr/data
   │                                       /var/solr
   │                                       /etc/resolv.conf
   │                                       /etc/hostname
   │                                       /dev/termination-log
   │                                       /etc/hosts
   └─nvme0n1p128 259:4    0     1M  0 part 
   ```
   
   i can XFS combine the nvme as one. 
   
    Documentation says to use hostPath.  just checking if any other directive 
can be accomplished from within the solrcloud values.yaml ?  What approach 
should i do to have the /var/solr/data to be mounted on that drive?   Any 
thoughts... 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to