Skip to content

How to remove a volume on a node in Eru #470

@jasonjoo2010

Description

@jasonjoo2010

Background

Sometimes, we added wrong volume to a node. But we only can change the capacity or resource declaration using eru-cli node set but cannot remove it completely. So things could become:

  init_volume:
    /data: 945966546944
    /data1: 945966546944
    /data2: 945966546944
    /data3: 945966546944
    /data4: 945966546944
    /data5: 945966546944
    /data6: 945966546944
    /data7: 945966546944
    /data8: 0
  memory: 719407022080
  memory_used: 380104605696
  name: -------
  podname: --------
  storage: 2516850835456
  storage_used: 5050881540096
  volume:
    /data: 945966546944
    /data1: 224412041216
    /data2: 224412041216
    /data3: 224412041216
    /data4: 224412041216
    /data5: 224412041216
    /data6: 224412041216
    /data7: 224412041216
    /data8: 0
  volume_used: 5050881540096

Expectation

Able to remove it completely. So is there a way to do so?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions