daemon: provide os.Environ() in zrepl status
Useful for debugging. fixes https://github.com/zrepl/zrepl/issues/534
This commit is contained in:
+3
-2
@@ -160,8 +160,9 @@ type Status struct {
|
||||
}
|
||||
|
||||
type GlobalStatus struct {
|
||||
ZFSCmds *zfscmd.Report
|
||||
Envconst *envconst.Report
|
||||
ZFSCmds *zfscmd.Report
|
||||
Envconst *envconst.Report
|
||||
OsEnviron []string
|
||||
}
|
||||
|
||||
func (s *jobs) status() map[string]*job.Status {
|
||||
|
||||
Reference in New Issue
Block a user