WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-bugs

[Xen-bugs] [Bug 201] New: block-create and block-destroy are broken

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 201] New: block-create and block-destroy are broken
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 30 Aug 2005 18:30:55 +0000
Delivery-date: Tue, 30 Aug 2005 18:30:58 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-bugs-request@lists.xensource.com?subject=help>
List-id: Xen Bugzilla <xen-bugs.lists.xensource.com>
List-post: <mailto:xen-bugs@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-bugs>, <mailto:xen-bugs-request@lists.xensource.com?subject=unsubscribe>
Reply-to: bugs@xxxxxxxxxxxxxxxxxx
Sender: xen-bugs-bounces@xxxxxxxxxxxxxxxxxxx
http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=201

           Summary: block-create and block-destroy are broken
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: danms@xxxxxxxxxx
                CC: danms@xxxxxxxxxx


# xm block-create foobar phy:/dev/xt/lvol0 hda1 rw 
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "/usr/lib/python/xen/xm/main.py", line 721, in main
    handle_xend_error(argv[1], args[0], ex)
  File "/usr/lib/python/xen/xm/main.py", line 162, in handle_xend_error
    raise ex
xen.xend.XendProtocol.XendError: Internal server error

# xm block-destroy foobar hda1                    
Traceback (most recent call last):
  File "/usr/sbin/xm", line 10, in ?
    main.main(sys.argv)
  File "/usr/lib/python/xen/xm/main.py", line 721, in main
    handle_xend_error(argv[1], args[0], ex)
  File "/usr/lib/python/xen/xm/main.py", line 162, in handle_xend_error
    raise ex
xen.xend.XendProtocol.XendError: Internal server error

changeset:   6478:6b48b53b682d5fa8bc61ceb727a346d25148c1e9

-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-bugs] [Bug 201] New: block-create and block-destroy are broken, bugzilla-daemon <=