[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-bugs] [Bug 487] No space left on device, while writing /local/domain/0/backend/vbd/113/2050/domain
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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |