Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix quota example #278

Merged
merged 2 commits into from
Dec 16, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion examples/quota/debug.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,17 @@ data:
- name: xfs-quota-projects
subPath: projid
mountPath: /etc/projid
- name: device-dir
mountPath: /dev
volumes:
- name: xfs-quota-projects
hostPath:
path: /etc
path: /etc/projects
type: FileOrCreate
- name: xfs-quota-projid
hostPath:
path: /etc/projid
type: FileOrCreate
- name: device-dir
hostPath:
path: /dev
12 changes: 11 additions & 1 deletion examples/quota/helperPod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ spec:
- name: xfs-quota-projects
subPath: projid
mountPath: /etc/projid
- name: device-dir
mountPath: /dev
volumes:
- name: xfs-quota-projects
hostPath:
path: /etc
path: /etc/projects
type: FileOrCreate
- name: xfs-quota-projid
hostPath:
path: /etc/projid
type: FileOrCreate
- name: device-dir
hostPath:
path: /dev
12 changes: 11 additions & 1 deletion examples/quota/local-path-storage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,17 @@ data:
- name: xfs-quota-projects
subPath: projid
mountPath: /etc/projid
- name: device-dir
mountPath: /dev
volumes:
- name: xfs-quota-projects
hostPath:
path: /etc
path: /etc/projects
type: FileOrCreate
- name: xfs-quota-projid
hostPath:
path: /etc/projid
type: FileOrCreate
- name: device-dir
hostPath:
path: /dev