Skip to content

Commit

Permalink
readme: add more limitation about usb device (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Yu <[email protected]>
  • Loading branch information
Yu-Jack authored Aug 1, 2024
1 parent 6a90910 commit eb6178b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,11 @@ This controller primarily manages the lifecycle of the device plugin, ensuring t

## USB Device

- Don't support live migration
- Don't support hot-plug (including re-plug)
- Require re-creating a USBDeviceClaim to enable the USB device after re-plugging, as re-plugging will change the device path.
- Don't support live migration.
- Don't support hot-plug (including re-plug).
- Require re-creating a USBDeviceClaim to enable the USB device if device path changes in following situations:
- Re-plugging USB device.
- Rebooting the node.

# Daemon

Expand Down

0 comments on commit eb6178b

Please sign in to comment.