Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for prjquota (0.14 sec)

  1. pkg/volume/util/fsquota/quota_linux_test.go

    var dummyMountPoints = []mount.MountPoint{
    	{
    		Device: "/dev/sda2",
    		Path:   "/quota1",
    		Type:   "ext4",
    		Opts:   []string{"rw", "relatime", "prjquota"},
    	},
    	{
    		Device: "/dev/sda3",
    		Path:   "/quota2",
    		Type:   "ext4",
    		Opts:   []string{"rw", "relatime", "prjquota"},
    	},
    	{
    		Device: "/dev/sda3",
    		Path:   "/noquota",
    		Type:   "ext4",
    		Opts:   []string{"rw", "relatime"},
    	},
    	{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 20.7K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.15.md

    -...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 278.9K bytes
    - Viewed (0)
Back to top