|
Bugzilla – Full Text Bug Listing |
| Summary: | scsi errorhandler from usb storage device not removed | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Danny Al-Gaaf <dalgaaf> |
| Component: | Kernel | Assignee: | Jens Axboe <axboe> |
| Status: | RESOLVED INVALID | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | All | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Danny Al-Gaaf
2005-08-12 10:00:20 UTC
Not being able to unload the sd_mod module does not qualify as a critical bug. sorry ... the problem with sd_mod is solved: Because of fast add and remove the device several times not all partitions are unmounted. But the problem with [scsi_eh_*] and xfs processes exists anymore also if I umount the related partitions Can we close this report? Can you reproduce the problem on beta4? Can't reproduce this at the moment. I close the bug and reopen if this happen again While tests with firewire and usb with a harddisk with 4 partitions the same happens again. The device is removed and all mountpoints are umounted and there are now again two [scsi_eh_*] left Chris, can someone from your team look into this? Jens, does this sound like a known bug? asked once about that, but it happens also with usb, right? <olaf> jejb: sbp2 drives will get a new scsi_eh_N after each replugin. should I be concerned? <olaf> do you know if thats fixed in your trees, or by some patches? <jejb> olaf, I presume they remove and re-add the host? <olaf> I cant remember how it behaved in older kernels <jejb> olaf, if they remove and re-add the host then its expected <olaf> how large can N grow? <jejb> boundless <olaf> ok, guess they will fix it someday <hch> well, 32bits <hch> and then it starts from 0 and causes bad trouble <hch> we should maybe switch it to an idr allocator to reallocate them as soon as the old hose has been completely released <jejb> hch, yes, I was wondering that ... it would stop Ben Collins whining too ... <olaf> I think the physical connector will die before I fill an uint does the left over kernel thread cause problems? Since the last question was not answered since more than 5 months, I do not assume that the xfs processes cause any problems. It seems that this is normal, I tested mounting and unmounting xfs with the current 10.1 kernel and also with this newer xfs, two xfs processes stay, but repeated mounting/unmounting works without problems and the processes are cleaned up when unloading the xfs module. xfs modules staying ore being removed is not a function of the usb storage driver, so I'd say that has also nothing to do with unplugging an usb disk (if it's unmounted before). Just in case, the very latest kernels can be found in ftp://ftp.suse.com/pub/projects/kernel/kotd/ |