Details

    • 3
    • 9223372036854775807

    Description

      "ls -s" result changed over time:

      # pwd
      /mnt/lustre
      # ls -s
      total 0
      # touch f
      # ls -s f
      0 f
      # echo a > f
      # ls -s f
      1 f
      # ls -s f
      4 f
      

      After about 30 seconds, the allocated size of file f was changed from 1 block to 4 blocks.

      Attachments

        Activity

          People

            wc-triage WC Triage
            yujian Jian Yu
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: