Ticket Hash: | 5922adbc290101925669403bdbee8223831bc065 | |||
Title: | Contrintuitive work of cdrom --eject | |||
Status: | Open | Type: | Code_Defect | |
Severity: | Cosmetic | Priority: | Medium | |
Subsystem: | Resolution: | Open | ||
Last Modified: | 2022-01-21 05:40:52 | |||
Version Found In: | 0.8 | |||
User Comments: | ||||
vitus added on 2022-01-21 05:18:25:
It is reported that command with only cdrom in virtual machine doesn't work without argument, but happily accepts empty string as argument. vws cdrom --eject tstmchn I vitus added on 2022-01-21 05:24:22: It sueems that more than one cdrom is quite rare. Co may be use --eject without argument and requiire some other option to specify device in these rare cases
vitus added on 2022-01-21 05:40:52: It found out that syntax is designed as descripbed above, but implementation is bad. IT stores special value None into file field of Namespace. Better to use separate field to indicate eject. |