junneyang / zumastor

Automatically exported from code.google.com/p/zumastor
0 stars 1 forks source link

Strange mount options in /lib/zumastor/common mount_device #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When we first call mount in mount_device, we do something like
mount -o "ro,$options"

Options is something like "ro", "rw", or "rw,errors=remount-ro".

This will then get expanded out to "mount -o ro,ro" or "mount -o ro,rw".
I'm guessing this is a mistake, so i've attached a patch. 

Original issue reported on code.google.com by williama...@gmail.com on 15 Feb 2008 at 2:24

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by williama...@gmail.com on 8 May 2008 at 5:30