Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ZFS LDMS samplers from LLNL #1313

Merged
merged 1 commit into from
Jan 22, 2024
Merged

Conversation

carbonneau1
Copy link
Contributor

Added 3 plugins for ZFS:

  1. zfs_topvdevs
  2. zfs_leafvdevs
  3. zfs_zpool

The following plugins were added

1) zfs_zpool
   Stastistics on zfs pools.

2) zfs_leafvdevs
   Statistic on virtual devices leaves only.

3) zfs_topvdevs
   Statidstics on top virtual devices in the device tree (parent only).
@tom95858
Copy link
Collaborator

@carbonneau1, @morrone do you guys want to make this automatically enabled if the libzfs headers are present or keep it the way it is with the --enable-zfs?

@morrone
Copy link
Collaborator

morrone commented Dec 15, 2023

do you guys want to make this automatically enabled if the libzfs headers are present or keep it the way it is with the --enable-zfs?

@tom95858 I believe that it already automatically enables the build if libzfs is found and neither "--enable-zfs" nor "--disable-zfs" are specified. That is what this should handle:

AM_CONDITIONAL([ENABLE_ZFS], [test "x$enable_zfs" != xno -a "x$HAVE_ZFS" = xyes])

@tom95858
Copy link
Collaborator

@morrone, ok this is good for top of tree right?

@morrone
Copy link
Collaborator

morrone commented Jan 16, 2024

@morrone, ok this is good for top of tree right?

Yes, it is ready for top of tree.

@tom95858 tom95858 merged commit dc4d7fa into ovis-hpc:OVIS-4 Jan 22, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants