Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PDIsk page #618

Closed
artemmufazalov opened this issue Dec 21, 2023 · 3 comments · Fixed by #759
Closed

PDIsk page #618

artemmufazalov opened this issue Dec 21, 2023 · 3 comments · Fixed by #759
Assignees
Labels
status/need info Further information is requested 🚀 type/feature New feature or request

Comments

@artemmufazalov
Copy link
Member

artemmufazalov commented Dec 21, 2023

Add new link from pdisk structure view

Node Structure tab remains as it is.

On this page we should display PDisks info and info about related groups. Reference - PDisk info on Node Structure tab.

PDisk Developer UI link should be present.

Below PDIsk info there should be Storage table with groups

Design: https://nda.ya.ru/t/NxdRowXN74sxmC

@StekPerepolnen
Copy link

StekPerepolnen commented Feb 23, 2024

using pdisk restart format
:8765/actors/pdisks/{pad9(PDiskID)}?restartPDisk=

using pdisk restart example (PDiskID=0001)
:8765/actors/pdisks/pdisk000000001?restartPDisk=

@artemmufazalov
Copy link
Member Author

using pdisk restart example (PDiskID=0001) :8765/actors/pdisks/pdisk000000001?restartPDisk=

Is this a POST or GET requet?

Could you also give an example of request to evict all PDisk VDisks?

Image

@StekPerepolnen
Copy link

StekPerepolnen commented Mar 6, 2024

using pdisk restart example (PDiskID=0001) :8765/actors/pdisks/pdisk000000001?restartPDisk=

Is this a POST or GET requet?

Could you also give an example of request to evict all PDisk VDisks?

Image

POST

evict vdisk

for evict request it's possible to use this

:8765/tablets/app?TabletID=72057594037932033&exec=1
Content-Type: application/json
{
  "Command": {
    "ReassignGroupDisk": {
      "GroupId": 2181038080,
      "GroupGeneration": 2,
      "FailRealmIdx": 0,
      "FailDomainIdx": 0,
      "VDiskIdx": 0
    }
  }
}
72057594037932033 - is the const BSC tabletID

there is only vdisk evict

@artemmufazalov artemmufazalov linked a pull request Mar 14, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/need info Further information is requested 🚀 type/feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants