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
[nfs] merge nfsserver plugin into nfs one #2073
Conversation
|
Cc @pierg75 for review and @BryanQuigley for Nfs plugin extension on Ubuntu/Debian - wont these extra files/dirs and commands harm? |
|
Looks good to me. Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack, pending tuple correction.
sos/report/plugins/nfs.py
Outdated
| @@ -14,7 +14,7 @@ class Nfs(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin): | |||
| short_desc = 'Network file system information' | |||
| plugin_name = 'nfs' | |||
| profiles = ('storage', 'network', 'nfs') | |||
| packages = ['nfs-utils'] | |||
| packages = ('nfs-utils') | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs to be a tuple
nfsserver plugin enabledness relies on legacy init scripts. A more appropriate way to idenfity a NFS server is via nfs-utils package (though it could be present also on a NFS client). As that package enables nfs plugin, it is reasonable to merge the plugins into one. Resolves: sosreport#2061 Signed-off-by: Pavel Moravec <pmoravec@redhat.com>
d2785b9
to
96695d8
Compare
|
Ah, I see, fixed. |
nfsserver plugin enabledness relies on legacy init scripts. A more appropriate way to idenfity a NFS server is via nfs-utils package (though it could be present also on a NFS client). As that package enables nfs plugin, it is reasonable to merge the plugins into one. Related: sosreport#2073 Resolves: sosreport#2076 Closes: sosreport#2061 Signed-off-by: Jan Jansky <jjansky@redhat.com>
nfsserver plugin enabledness relies on legacy init scripts. A more appropriate way to idenfity a NFS server is via nfs-utils package (though it could be present also on a NFS client). As that package enables nfs plugin, it is reasonable to merge the plugins into one. Related: #2073 Resolves: #2076 Closes: #2061 Signed-off-by: Jan Jansky <jjansky@redhat.com> Signed-off-by: Jake Hunsaker <jhunsake@redhat.com>
nfsserver plugin enabledness relies on legacy init scripts. A more
appropriate way to idenfity a NFS server is via nfs-utils package
(though it could be present also on a NFS client).
As that package enables nfs plugin, it is reasonable to merge the
plugins into one.
Resolves: #2061
Signed-off-by: Pavel Moravec pmoravec@redhat.com
Please place an 'X' inside each '[]' to confirm you adhere to our Contributor Guidelines
Closes: #ISSUENUMBERincluded in an independent line?Resolves: #PRNUMBERincluded in an independent line?