2016-11-13 03:28:29 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: PersistentVolume
|
|
|
|
metadata:
|
2016-11-16 15:21:46 +00:00
|
|
|
name: glusterfs
|
2016-11-13 03:28:29 +00:00
|
|
|
spec:
|
2016-11-16 15:21:46 +00:00
|
|
|
capacity:
|
|
|
|
storage: "{{ hostvars[groups['gfs-cluster'][0]].gluster_disk_size_gb }}Gi"
|
2016-11-13 03:28:29 +00:00
|
|
|
accessModes:
|
|
|
|
- ReadWriteMany
|
|
|
|
glusterfs:
|
2016-11-18 16:25:10 +00:00
|
|
|
endpoints: glusterfs
|
2016-11-13 03:28:29 +00:00
|
|
|
path: gluster
|
|
|
|
readOnly: false
|
|
|
|
persistentVolumeReclaimPolicy: Retain
|