Skip to content

Commit c0100c6

Browse files
authored
chore: disable accelerator-nvidia-processes by default (#209) (#210)
Signed-off-by: Amber Xue <ambermingxin@nvidia.com>
1 parent 039c908 commit c0100c6

9 files changed

Lines changed: 1 addition & 1664 deletions

File tree

docs/configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ Available component names:
162162
- `accelerator-nvidia-nccl`
163163
- `accelerator-nvidia-peermem`
164164
- `accelerator-nvidia-persistence-mode`
165-
- `accelerator-nvidia-processes`
166165
- `accelerator-nvidia-error-sxid`
167166
- `accelerator-nvidia-error-xid`
168167

internal/registry/registry.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ import (
3535
componentsnvml "github.com/NVIDIA/fleet-intelligence-sdk/components/accelerator/nvidia/nvml"
3636
componentspeermem "github.com/NVIDIA/fleet-intelligence-sdk/components/accelerator/nvidia/peermem"
3737
componentspersistencemode "github.com/NVIDIA/fleet-intelligence-sdk/components/accelerator/nvidia/persistence-mode"
38-
componentsprocesses "github.com/NVIDIA/fleet-intelligence-sdk/components/accelerator/nvidia/processes"
3938
componentssxid "github.com/NVIDIA/fleet-intelligence-sdk/components/accelerator/nvidia/sxid"
4039
componentsxid "github.com/NVIDIA/fleet-intelligence-sdk/components/accelerator/nvidia/xid"
4140
componentscpu "github.com/NVIDIA/fleet-intelligence-sdk/components/cpu"
@@ -78,11 +77,6 @@ func All() []Component {
7877
InitFunc: componentspersistencemode.New,
7978
EnabledByDefault: true,
8079
},
81-
{
82-
Name: componentsprocesses.Name,
83-
InitFunc: componentsprocesses.New,
84-
EnabledByDefault: true,
85-
},
8680
{
8781
Name: componentsnvml.Name,
8882
InitFunc: componentsnvml.New,

internal/registry/registry_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ func TestAllComponentsHaveUniqueNames(t *testing.T) {
138138

139139
func TestRemovedComponentsAbsent(t *testing.T) {
140140
removed := []string{
141+
"accelerator-nvidia-processes",
141142
"accelerator-nvidia-fabric-manager",
142143
"accelerator-nvidia-gpu-counts",
143144
"accelerator-nvidia-nvlink",

third_party/fleet-intelligence-sdk/components/accelerator/nvidia/processes/component.go

Lines changed: 0 additions & 309 deletions
This file was deleted.

0 commit comments

Comments
 (0)