Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(maint) module does not unmount ISOs #30

Merged
merged 1 commit into from
Mar 3, 2016
Merged

Conversation

shermdog
Copy link
Contributor

@shermdog shermdog commented Jan 7, 2016

The grep string does not match the mount point and does not unmount ISOs

Mounts

/srv/mrepo/iso/Fedora-14-i386-DVD.iso on /srv/mrepo/www/fedora14-i386/disc1 type iso9660 (ro,loop=/dev/loop152)
/srv/mrepo/iso/Fedora-20-i386-DVD.iso on /srv/mrepo/www/fedora20-i386/disc1 type iso9660 (ro,loop=/dev/loop153)
/srv/mrepo/iso/Fedora-20-x86_64-DVD.iso on /srv/mrepo/www/fedora20-x86_64/disc1 type iso9660 (ro,loop=/dev/loop154)

Updated grep

-bash-4.1$ mount | grep /srv/mrepo/www/fedora20-x86_64/disc
/srv/mrepo/iso/Fedora-20-x86_64-DVD.iso on /srv/mrepo/www/fedora20-x86_64/disc1 type iso9660 (ro,loop=/dev/loop154)

https://github.com/dagwieers/mrepo/blob/281872f7230fe0881e5b637db36192f0019df89f/mrepo#L585

The grep string does not match the mount point and does not unmount ISOs

/srv/mrepo/iso/Fedora-14-i386-DVD.iso on /srv/mrepo/www/fedora14-i386/disc1 type iso9660 (ro,loop=/dev/loop152)
/srv/mrepo/iso/Fedora-20-i386-DVD.iso on /srv/mrepo/www/fedora20-i386/disc1 type iso9660 (ro,loop=/dev/loop153)
/srv/mrepo/iso/Fedora-20-x86_64-DVD.iso on /srv/mrepo/www/fedora20-x86_64/disc1 type iso9660 (ro,loop=/dev/loop154)

https://github.com/dagwieers/mrepo/blob/281872f7230fe0881e5b637db36192f0019df89f/mrepo#L585
stahnma added a commit that referenced this pull request Mar 3, 2016
(maint) module does not unmount ISOs
@stahnma stahnma merged commit b3ab6db into voxpupuli:master Mar 3, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants