mirror of
https://github.com/TECHNOFAB11/zfs-localpv.git
synced 2025-12-12 06:20:11 +01:00
refactor(zfspv): renamed watcher to mgmt package
as it does the management task also corrected few logs and renamed zvol to zfs(as we support zvol and dataset both) Signed-off-by: Pawan <pawan@mayadata.io>
This commit is contained in:
parent
e953af99cf
commit
523e862159
7 changed files with 27 additions and 27 deletions
|
|
@ -200,7 +200,7 @@ func (b *Builder) WithLabels(labels map[string]string) *Builder {
|
|||
if len(labels) == 0 {
|
||||
b.errs = append(
|
||||
b.errs,
|
||||
errors.New("failed to build cstorvolume object: missing labels"),
|
||||
errors.New("failed to build zfs volume object: missing labels"),
|
||||
)
|
||||
return b
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue