public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* linux dmapi support?
@ 2007-06-18 17:29 David Brown
  2007-06-18 23:32 ` David Chinner
  0 siblings, 1 reply; 2+ messages in thread
From: David Brown @ 2007-06-18 17:29 UTC (permalink / raw)
  To: xfs

I was wondering what was going on with the dmapi support for linux? I
see that the mount option got removed does this mean that its on by
default now? or is the other option used to trigger when dmapi is
enabled?

I found some of the examples in the cvs tree for xfs-cmds under the
tests but they just don't seem to work and for some reason it can't
initialize the dmapi. I hope this doesn't mean that support is no
longer available... *shrug* any help would be appreciated.

Thanks,
- David Brown

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: linux dmapi support?
  2007-06-18 17:29 linux dmapi support? David Brown
@ 2007-06-18 23:32 ` David Chinner
  0 siblings, 0 replies; 2+ messages in thread
From: David Chinner @ 2007-06-18 23:32 UTC (permalink / raw)
  To: David Brown; +Cc: xfs

On Mon, Jun 18, 2007 at 10:29:50AM -0700, David Brown wrote:
> I was wondering what was going on with the dmapi support for linux? I
> see that the mount option got removed does this mean that its on by
> default now? or is the other option used to trigger when dmapi is
> enabled?

Mount option got removed?

#define MNTOPT_DMAPI    "dmapi"         /* DMI enabled (DMAPI / XDSM) */
#define MNTOPT_XDSM     "xdsm"          /* DMI enabled (DMAPI / XDSM) */
#define MNTOPT_DMI      "dmi"           /* DMI enabled (DMAPI / XDSM) */

Still there, and it still works....

> I found some of the examples in the cvs tree for xfs-cmds under the
> tests but they just don't seem to work and for some reason it can't
> initialize the dmapi.

dmapi is not in kernel.org trees, so you need to use the cvs tree.
Then you need both the CONFIG_DMAPI and CONFIG_XFS_DMAPI build
options set to build as modules.

Then you need to load the modules, and the QA tests will run
(the qa tests check for the existance of a loaded dmapi module
and don't run if it is not present).

Cheers,

Dave.
-- 
Dave Chinner
Principal Engineer
SGI Australian Software Group

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-06-18 23:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-06-18 17:29 linux dmapi support? David Brown
2007-06-18 23:32 ` David Chinner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox