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 487] No space left on device, while writing /local/domai

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 487] No space left on device, while writing /local/domain/0/backend/vbd/113/2050/domain
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Tue, 24 Jan 2006 14:02:24 +0000
Delivery-date: Tue, 24 Jan 2006 14:17:28 +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=487





------- Additional Comments From vincent.hanquez@xxxxxxxxxxxx  2006-01-24 14:02 
-------
This probably has nothing to do with disk space, a fail tdb store return ENOSPC
regardless of the circonstance of the failure.

=== from xenstore/xenstored_core.c
int write_node(...)                                                           
{                                                                             
      ...                                                                     
      if (tdb_store(tdb_context(conn), key, data, TDB_REPLACE) != 0) {        
              errno = ENOSPC;                                                 
              return false;
      ...
===

Matt could you try to comment the line 476 (the one with errno = ENOSPC;) in
xenstored_core.c, to see if you get a better errno ?

this is not sure since tdb_store does lots of manipulation, the right one could
just has been overwritten unfortunately

-- 
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