Skip to content

Commit

Permalink
Merge branch 'master' into LH6264_fix_pvc_storageclass_nil_issue
Browse files Browse the repository at this point in the history
  • Loading branch information
innobead authored Jul 10, 2023
2 parents 9b14105 + 2c5b623 commit 9568ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion controller/volume_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -3647,7 +3647,8 @@ func (c *VolumeController) syncPVCRecurringJobLabels(volume *longhorn.Volume) er
}

if !hasSourceLabel {
c.logger.Warnf("Ignoring recurring job labels on Volume %v PVC %v due to missing source label", volume.Name, pvc.Name)
c.logger.Debugf("Ignoring recurring job labels on Volume %v PVC %v due to missing source label", volume.Name, pvc.Name)

return nil
}

Expand Down
2 changes: 1 addition & 1 deletion types/setting.go
Original file line number Diff line number Diff line change
Expand Up @@ -1064,7 +1064,7 @@ var (
Type: SettingTypeString,
Required: true,
ReadOnly: false,
Default: "Debug",
Default: "Info",
}

SettingDefinitionOfflineReplicaRebuilding = SettingDefinition{
Expand Down

0 comments on commit 9568ac4

Please sign in to comment.