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

SERVER_INFO operation shall accept an optional operation list #1238

Closed
uweseimet opened this issue Oct 6, 2023 · 1 comment · Fixed by #1262
Closed

SERVER_INFO operation shall accept an optional operation list #1238

uweseimet opened this issue Oct 6, 2023 · 1 comment · Fixed by #1262
Assignees
Labels
enhancement New feature or request

Comments

@uweseimet
Copy link
Contributor

uweseimet commented Oct 6, 2023

Protobuf interface clients shall be able to request only a subset of the data returned by the SERVER_INFO command. This command shall be extended to accept an optional case insensitive comma-separated list of operations to return data for, e.g. "version_info,log_level_info". This reduces the transferred data volume in case not all data are needed by a client.
When no list is passed all data are returned, just like before.

@uweseimet uweseimet added the enhancement New feature or request label Oct 6, 2023
@uweseimet uweseimet self-assigned this Oct 6, 2023
@uweseimet
Copy link
Contributor Author

>scsictl -s::version_info,mapping_info
piscsi server version: 23.10 (development version)
Supported image file extension to device type mappings:
  hd1->SCHD
  hda->SCHD
  hdi->SCHD
  hdn->SCHD
  hdr->SCRM
  hds->SCHD
  is1->SCCD
  iso->SCCD
  mos->SCMO
  nhd->SCHD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant