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 261] New: xend does not close file after save or restore

To: xen-bugs@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-bugs] [Bug 261] New: xend does not close file after save or restore
From: bugzilla-daemon@xxxxxxxxxxxxxxxxxxx
Date: Mon, 26 Sep 2005 18:29:42 +0000
Delivery-date: Mon, 26 Sep 2005 18:29:48 +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=261

           Summary: xend does not close file after save or restore
           Product: Xen
           Version: unstable
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Tools
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: porourke@xxxxxxxxxxx


I noticed that on completion of a save / restore, xend does not close the save 
file:

[root@laurel sxps]# ls -l /proc/3177/fd | sort -n --key=9,9
lrwx------  1 root root 64 Sep 26 13:28 0 -> /dev/null
total 20
lrwx------  1 root root 64 Sep 26 13:28 1 -> /dev/null
l-wx------  1 root root 64 Sep 26 13:28 2 -> /var/log/xend-debug.log
lrwx------  1 root root 64 Sep 26 13:28 3 -> socket:[10264]
lrwx------  1 root root 64 Sep 26 13:28 5 -> socket:[10266]
l-wx------  1 root root 64 Sep 26 13:28 6 -> /var/log/xend.log
lrwx------  1 root root 64 Sep 26 13:28 7 -> /proc/xen/privcmd
lrwx------  1 root root 64 Sep 26 13:28 8 -> socket:[10268]
lrwx------  1 root root 64 Sep 26 13:28 9 -> /proc/xen/privcmd
lr-x------  1 root root 64 Sep 26 13:28 10 -> /dev/urandom
lrwx------  1 root root 64 Sep 26 13:28 11 -> socket:[10308]
lrwx------  1 root root 64 Sep 26 13:28 12 -> socket:[10314]
lrwx------  1 root root 64 Sep 26 13:28 13 -> /proc/xen/privcmd
lrwx------  1 root root 64 Sep 26 13:28 14 -> /proc/xen/privcmd
lrwx------  1 root root 64 Sep 26 13:28 15 -> /proc/xen/privcmd
lrwx------  1 root root 64 Sep 26 13:28 16 -> /proc/xen/privcmd
lrwx------  1 root root 64 Sep 26 13:28 17 -> socket:[10323]
lrwx------  1 root root 64 Sep 26 13:28 18 -> /proc/xen/privcmd
lrwx------  1 root root 64 Sep 26 13:28 19 -> socket:[11076]
lrwx------  1 root root 64 Sep 26 13:28 20 -> socket:[17370]

after save (xm save 1 save-a)

l-wx------  1 root root 64 Sep 26 13:30 21 -> /root/sxps/save-a
lrwx------  1 root root 64 Sep 26 13:30 22 -> socket:[19184]
lrwx------  1 root root 64 Sep 26 13:30 25 -> socket:[19189]

after restore (xm restore save-a)

l-wx------  1 root root 64 Sep 26 13:30 21 -> /root/sxps/save-a
lrwx------  1 root root 64 Sep 26 13:30 22 -> socket:[19184]
lrwx------  1 root root 64 Sep 26 13:30 23 -> socket:[19344]
lr-x------  1 root root 64 Sep 26 13:30 24 -> /root/sxps/save-a
lrwx------  1 root root 64 Sep 26 13:30 25 -> socket:[19189]
lrwx------  1 root root 64 Sep 26 13:30 26 -> socket:[19712]

after second save (xm save 2 save-b)

l-wx------  1 root root 64 Sep 26 13:30 21 -> /root/sxps/save-a
lrwx------  1 root root 64 Sep 26 13:30 22 -> socket:[19184]
lrwx------  1 root root 64 Sep 26 13:30 23 -> socket:[19344]
lr-x------  1 root root 64 Sep 26 13:30 24 -> /root/sxps/save-a
lrwx------  1 root root 64 Sep 26 13:30 25 -> socket:[19189]
lrwx------  1 root root 64 Sep 26 13:30 26 -> socket:[19712]
lrwx------  1 root root 64 Sep 26 13:33 27 -> socket:[22116]
l-wx------  1 root root 64 Sep 26 13:33 28 -> /root/sxps/save-b
lrwx------  1 root root 64 Sep 26 13:33 29 -> socket:[22289]
lrwx------  1 root root 64 Sep 26 13:35 30 -> socket:[24055]

-- 
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 261] New: xend does not close file after save or restore, bugzilla-daemon <=