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

Allow objects larger than 2TB in size

XMLWordPrintable

    • Icon: Improvement Improvement
    • Resolution: Fixed
    • Icon: Minor Minor
    • Lustre 2.1.0
    • None
    • None
    • 20,128
    • 4824

      quote Andreas in bug 20128:

      Current ext3 code limits the size of individual objects to 2TB. This assumption
      has been hard-coded into the client by use of LUSTRE_STRIPE_MAXBYTES in
      lov_alloc_memmd(). For ext4- and DMU-based OSTs this assumption is incorrect.

      We need to be able to convey the maximum object size from the OST to the client
      via obd_connect_data. This can be extracted from the OST superblock
      sb->s_maxbytes and sent to clients that send a new OBD_CONNECT_MAXBYTES flag to
      fill in an ocd_maxbytes field at connect time. The minimum of the per-OSC
      maxbytes values should be used to determine the lov_maxbytes and lli_maxbytes.

      Make sure not to conflict with any fields/flags in the obd_connect_data or
      OBD_CONNECT between branches...

            bobijam Zhenyu Xu
            bobijam Zhenyu Xu
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: