Uploaded image for project: 'Lustre'
  1. Lustre
  2. LU-15694

quota grace time reset to 0 after setting default limit

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Minor Minor
    • Lustre 2.16.0
    • None
    • None
    • 3
    • 9223372036854775807

      # lfs quota -t -p /lustre
      Block grace time: 1w; Inode grace time: 1w
      #
      # lfs quota -P /lustre
      Disk default prj quota:
           Filesystem   bquota  blimit  bgrace   iquota  ilimit  igrace
              /lustre      0       0  604800      0       0  604800
      # lfs setquota -t -p --block-grace 8w /lustre
      # lfs quota -t -p /lustre
      Block grace time: 8w; Inode grace time: 1w
      #
      # lfs setquota -P -b 1G -B 150G /lustre
      # lfs quota -P /lustre
      Disk default prj quota:
           Filesystem   bquota  blimit  bgrace   iquota  ilimit  igrace
              /lustre 1048576 157286400       0      0       0  604800
      #
      # lfs quota -t -p /lustre
      Block grace time: 0s; Inode grace time: 1w
      

            hongchao.zhang Hongchao Zhang
            hongchao.zhang Hongchao Zhang
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: