Bug 22118 - Unmount /sys after LVM and MD deactivation.
Summary: Unmount /sys after LVM and MD deactivation.
Status: CLOSED FIXED
Alias: None
Product: Sisyphus
Classification: Development
Component: startup (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexey Gladkov
QA Contact: qa-sisyphus
URL:
Keywords:
: 22609 23960 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-10-31 11:37 MSK by Alexey Borovskoy
Modified: 2012-03-16 14:01 MSK (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Borovskoy 2009-10-31 11:37:10 MSK
LVM для нормальной работы хочет /sys.

Патч можно взять тут, у меня нормально работает.
http://git.altlinux.org/people/alb/packages/?p=startup.git;a=shortlog;h=refs/heads/sisyphus
Comment 1 Michael Shigorin 2009-12-24 16:37:56 MSK
*** Bug 22609 has been marked as a duplicate of this bug. ***
Comment 2 Michael Shigorin 2009-12-27 17:26:31 MSK
Дим, смержишь или что-то смущает?  Проблема наблюдается.
Comment 3 Dmitry V. Levin 2010-08-26 20:05:04 MSD
*** Bug 23960 has been marked as a duplicate of this bug. ***
Comment 4 Sir Raorn 2010-08-27 10:39:59 MSD
Для случая "корень на lvm" ругань про непримонтированный /sys меняется на ругань про неосвободжённые тома.
Comment 5 Repository Robot 2010-08-28 01:20:46 MSD
startup-0.9.8.28-alt1 -> sisyphus:

* Fri Aug 27 2010 Dmitry V. Levin <ldv@altlinux> 0.9.8.28-alt1
- Added dependence on /sbin/fsck (closes: #22410).
- init.d/rawdevices: turned off by default
  (by Michael Shigorin; closes: #10906).
- rc.sysinit:
  + Disable update of /etc/mtab when the latter is a symlink
    (by Alexey I. Froloff; closes: #23133).
  + No longer try to mount already mounted /proc and /sys
    (closes: #23660).
  + Disable USEMODULES when /sbin/modprobe is not available,
    thus removed hard dependence on module-init-tools
    (closes: #11033).
  + Refactored automatic reboot.
  + Added SELinux support
    (by Mikhail Efremov and me).
- init.d/halt:
  + Made halt action configurable, default remains unchanged
    (by Sergey Y. Afonin and me; closes: #10326).
  + Reworked unmounting of virtual filesystems so that /proc, /sys,
    /dev and any usbfs inside /dev are nor longer unmounted
    (closes: #11888, #22118).