[Bug 243790] Cannot delete LVM snapshot

bugzilla at redhat.com bugzilla at redhat.com
Thu May 22 15:06:47 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug report.

Summary: Cannot delete LVM snapshot


https://bugzilla.redhat.com/show_bug.cgi?id=243790





------- Additional Comments From dwysocha at redhat.com  2008-05-22 11:06 EST -------
I believe this is the code:
<snip>

 def remove_lv(self, lvpath):
    self.deactivate_lv(lvpath) <----
    try:
      args = list()
      args.append(LVREMOVE_BIN_PATH)
      args.append("--force")
      args.append(lvpath.strip())
      cmdstr = ' '.join(args)
      out,err,res =
execWithCaptureErrorStatusProgress(LVREMOVE_BIN_PATH,args,
                                                       _("Removing
Logical Volume"))
</snip>


Other bzs covering same/similar issue:
https://bugzilla.redhat.com/show_bug.cgi?id=248164
https://bugzilla.redhat.com/show_bug.cgi?id=250439

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




More information about the fedora-triage-list mailing list