All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Moibenko <moibenko@fnal.gov>
To: lustre-devel@lists.lustre.org
Subject: [Lustre-devel] How store HSM metadata in MDT
Date: Thu, 10 Jul 2008 09:33:26 -0500	[thread overview]
Message-ID: <48761DB6.4010207@fnal.gov> (raw)

------------------------------------------------------------
HSM MetaData

For Lustre HSM project, it will be needed to store, for each file, a 
list of information describing how many copies the file has in the HSM, 
what is their HSM ID, the copy date, and so on. This data could easily 
reach 500 bytes (I think we will need between 40 and 50 bytes per HSM 
copy, and we should be able to save at least 10 copies, surely more).
The question is: where could we store this data on MDT, in which place 
(EA?) and how manage this.

We had a discussion about this with Andreas and Nathan and it is not 
very clear what is the best solution here regarding to:
- We must keep in mind that there is 2 available backends for MDT: 
ldiskfs and ZFS and both must be supported here.
- EA space is not very wide on ldiskfs and quite used by several other 
features (stripping, ACL, ...)
- Clients will need to read this data and so the RPC mechanism should be 
available and large enough to handle it.

Moreover, we will store a purged data range on OST and MDT. This could 
easily fit in a EA.

What is the possible solutions we have here ?

-- 
Aurelien Degremont
CEA
---------------------------------------------
Hi Aurelien,
I have just subscribed to the list this is why my reply has an unusual format.
We at FNAL are considering to integrate lustre with our multipetabyte storage system Enstore: http://www-ccf.fnal.gov/enstore/
We had a preliminary discussion and some feasibility study and think that EA would be a good match. 
We though that it would be enough to have HSM ID(s) stored as EA the rest can be fetched directly from HSM referred by ID(s).
Thanks,

-- 
--------------------------------------------
Alexander N. Moibenko, Ph.D., CD, Fermilab
Tel: (630)840-3937 email: moibenko at fnal.gov
--------------------------------------------

             reply	other threads:[~2008-07-10 14:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-10 14:33 Alexander Moibenko [this message]
2008-07-11  9:05 ` [Lustre-devel] How store HSM metadata in MDT Eric Barton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=48761DB6.4010207@fnal.gov \
    --to=moibenko@fnal.gov \
    --cc=lustre-devel@lists.lustre.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.