Skip to content

Commit

Permalink
readme: add more limitation about usb device
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Yu <jack.yu@suse.com>
  • Loading branch information
Yu-Jack committed Jul 26, 2024
1 parent 6a90910 commit b7e2a8c
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 b7e2a8c

Please sign in to comment.