Details

    • Story
    • Resolution: Fixed
    • Major
    • None
    • None
    • None
    • 3
    • Orion
    • 2973

    Description

      The server local files shouldn't be added into OI, so they would be restored and used upon mount even without OI. These files also must be linked in namespace if have no name.

      There are two types of local files:
      1. objects with pre-defined FID, they get names via osd_compat_spec code, which assigns names for hardcoded FIDs.
      2. files created with generated FIDs, usually with name but can be just objects disconnected from namespace. They are going through OI now.

      There are two orthogonal problems:
      1. local object must be linked to namespace. Some are created just as objects by FID, so name should be created by OSD for compatibility/lfsck reasons
      2. local object shouldn't be in OI so server can mount without OI.

      As solution we could say that all local object must be linked to O/seq/ directories. So problem (1) is solved. But we cannot hadrlink directories and already named files will get second link. That restricts us to the following - all local objects are linked to O/ except directories and no directory can be created without name. Having 2 links for regular file is not a big problem.

      The problems to solve:

      1. for osd_compat_spec object-name table - all pre-defined FIDs must have name, now it is not so, e.g. PENDING is created by fixed FID but MDD also creates name, this is not correct, if FID is fixed than it is enough to find PENDING for MDD, if MDD uses name then fixed FID is not needed.
      2. Di patch is needed for dynamic O/seq/dN creation beyond current MAX_OBJID_GROUP limit.
      3. Don't insert local objects to the OI but use osd_compat_objid_ methods to create names in O/seq/dN excluding directories.
      4. Make sure there is no way to create nameless local directory
      5. All fid-inode translation for local objects are done via name lookup, in fact we could use O/seq/dN as well but not for directories.

      Attachments

        Activity

          People

            tappro Mikhail Pershin
            tappro Mikhail Pershin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: