search for: free

Displaying 20 results from an estimated 52972 matches for "free".

2003 Feb 06
4
Lost writes upon disk power failure
...d be 39. Fix? yes Pass 5: Checking group summary information Block bitmap differences: -2228755 -2294289 -2359827 -2392595 -2425363 -2458131 -2490899 -2523667 -2556435 -2589203 -(3441172--3441173) -(5177874--5177876) -(5308946--5308948) -11862554 -12157466 -12223002 -12255770 -12288538 Fix? yes Free blocks count wrong for group #68 (32232, counted=32235). Fix? yes Free blocks count wrong for group #70 (32232, counted=32235). Fix? yes Free blocks count wrong for group #72 (32232, counted=32235). Fix? yes Free blocks count wrong for group #73 (32232, counted=32235). Fix? yes <snipped grou...
2004 Jun 11
4
Regression query
...I'll appreciate if someone can throw some light on this matter and how to use R to detect the interactions effectively . Thanks Regards Dev ------Final 'lm model'-------------------- > logmodelfull_minus_run_hr_walk_batting <- lm(log(salary) ~ hit+rbi + walk + obp + strike.out+free.agent.eligible+free.agent.1991+arbitr.elgible.) > summary(logmodelfull_minus_run_hr_walk_batting) Call: lm(formula = log(salary) ~ hit + rbi + walk + obp + strike.out + free.agent.eligible + free.agent.1991 + arbitr.elgible.) Residuals: Min 1Q Median 3Q Max -2.41786...
2004 Dec 09
1
resize2fs on LVM on MD raid on Fedora Core 3 - inode table conflicts in fsck
...x SEVERN:~# cat /proc/mdstat Personalities : [raid1] md1 : active raid1 hdk2[1] hdg2[0] 242685824 blocks [2/2] [UU] md0 : active raid1 hdk1[1] hdg1[0] 104320 blocks [2/2] [UU] unused devices: <none> root@:~# pvscan PV /dev/md1 VG severn_vg0 lvm2 [231.44 GB / 109.88 GB free] Total: 1 [231.44 GB] / in use: 1 [231.44 GB] / in no VG: 0 [0 ] root at SEVERN:~# vgscan Reading all physical volumes. This may take a while... Found volume group "severn_vg0" using metadata type lvm2 root at SEVERN:~# lvscan ACTIVE '/dev/severn_vg0/severn...
2004 Jun 24
0
help:about ext3
...ery one,I meet a problem: I used reahat9.0(kernel 2.4.20-8smp,I installed a SCSI RAID Card),and there are always some problems and them the system is dead. is anyone can help me about it? Thanks Crist Below is the error log: Jun 11 22:19:03 mail1 kernel: EXT3-fs error (device sd(8,18)): ext3_free_blocks: Freeing blocks not in datazone - block = 1382828372, count = 1 Jun 11 22:19:03 mail1 kernel: EXT3-fs error (device sd(8,18)): ext3_free_blocks: Freeing blocks not in datazone - block = 1481734211, count = 1 Jun 11 22:19:03 mail1 kernel: EXT3-fs error (device sd(8,18)): ext3_free_blocks:...
2016 Mar 15
1
[RFC qemu 0/4] A PV solution for live migration optimization
...) wrote: > > > > > > > > > > Hi, > > > > > I'm just catching back up on this thread; so without reference > > > > > to any particular previous mail in the thread. > > > > > > > > > > 1) How many of the free pages do we tell the host about? > > > > > Your main change is telling the host about all the > > > > > free pages. > > > > > > > > Yes, all the guest's free pages. > > > > > > > > > If we tell the h...
2016 Mar 15
1
[RFC qemu 0/4] A PV solution for live migration optimization
...) wrote: > > > > > > > > > > Hi, > > > > > I'm just catching back up on this thread; so without reference > > > > > to any particular previous mail in the thread. > > > > > > > > > > 1) How many of the free pages do we tell the host about? > > > > > Your main change is telling the host about all the > > > > > free pages. > > > > > > > > Yes, all the guest's free pages. > > > > > > > > > If we tell the h...
2004 Jun 11
1
Regression query : steps for model building
...ate if someone can throw some light on this matter and how to use R to detect the interactions effectively . Thanks Regards Dev > ------Final 'lm model'-------------------- > > logmodelfull_minus_run_hr_walk_batting <- lm(log(salary) ~ hit+rbi + walk > + obp + strike.out+free.agent.eligible+free.agent.1991+arbitr.elgible.) > > summary(logmodelfull_minus_run_hr_walk_batting) > > Call: > lm(formula = log(salary) ~ hit + rbi + walk + obp + strike.out + > free.agent.eligible + free.agent.1991 + arbitr.elgible.) > > Residuals: > Min...
2018 Jun 29
2
[PATCH v34 0/4] Virtio-balloon: support free page reporting
On 06/29/2018 03:46 PM, David Hildenbrand wrote: >> >> I'm afraid it can't. For example, when we have a guest booted, without >> too many memory activities. Assume the guest has 8GB free memory. The >> arch_free_page there won't be able to capture the 8GB free pages since >> there is no free() called. This results in no free pages reported to host. > > So, it takes some time from when the guest boots up until the balloon > device was initialized and therefo...
2018 Jun 29
2
[PATCH v34 0/4] Virtio-balloon: support free page reporting
On 06/29/2018 03:46 PM, David Hildenbrand wrote: >> >> I'm afraid it can't. For example, when we have a guest booted, without >> too many memory activities. Assume the guest has 8GB free memory. The >> arch_free_page there won't be able to capture the 8GB free pages since >> there is no free() called. This results in no free pages reported to host. > > So, it takes some time from when the guest boots up until the balloon > device was initialized and therefo...
2016 Mar 15
2
[RFC qemu 0/4] A PV solution for live migration optimization
...Gilbert wrote: > * Li, Liang Z (liang.z.li at intel.com) wrote: > > > > > > Hi, > > > I'm just catching back up on this thread; so without reference to any > > > particular previous mail in the thread. > > > > > > 1) How many of the free pages do we tell the host about? > > > Your main change is telling the host about all the > > > free pages. > > > > Yes, all the guest's free pages. > > > > > If we tell the host about all the free pages, then we might > > >...
2016 Mar 15
2
[RFC qemu 0/4] A PV solution for live migration optimization
...Gilbert wrote: > * Li, Liang Z (liang.z.li at intel.com) wrote: > > > > > > Hi, > > > I'm just catching back up on this thread; so without reference to any > > > particular previous mail in the thread. > > > > > > 1) How many of the free pages do we tell the host about? > > > Your main change is telling the host about all the > > > free pages. > > > > Yes, all the guest's free pages. > > > > > If we tell the host about all the free pages, then we might > > >...
2008 Feb 27
6
"no space left on device" related to directory limit
Hello, We have a 3-node cluster setup with ocfs2. Since friday one of the nodes went down and would not become clustermember after a reboot because it was unable to write to the ocfs2 filesystem. Message: no space left on device. There is plenty of diskspace though. No problem whatsoever to create a file / directory on the filesystem using one of the other nodes. Today one of the remaining
2013 Mar 11
2
[LLVMdev] How to detect all free() calls
Thanks. isFreeCall() works well but for %call2 = call i32 bitcast (i32 (...)* @free to i32 (i8*)*)(i8* %call1) nounwind, !dbg !16 So I tried to figure out when the above instruction occurred. When <stdlib.h> is included, free(buf2R1); turn into call void @free(i8* %call1) nounwind, !dbg !16 when I forget...
2013 Jan 25
4
[PATCH 0/3] Use __attribute__((cleanup(...)))
This patch series changes a small part of the library to use __attribute__((cleanup(...))) to automatically free memory when pointers go out of the current scope. In general terms this seems to be a small win although you do have to use it carefully. For functions where you can completely get rid of the "exit code paths", it can simplify things. For a good example, see the 'inspect-icon.c:ico...
2018 Jun 29
2
[PATCH v34 0/4] Virtio-balloon: support free page reporting
On 06/27/2018 07:06 PM, David Hildenbrand wrote: > On 25.06.2018 14:05, Wei Wang wrote: >> This patch series is separated from the previous "Virtio-balloon >> Enhancement" series. The new feature, VIRTIO_BALLOON_F_FREE_PAGE_HINT, >> implemented by this series enables the virtio-balloon driver to report >> hints of guest free pages to the host. It can be used to accelerate live >> migration of VMs. Here is an introduction of this usage: >> >> Live migration needs to transfer the VM...
2018 Jun 29
2
[PATCH v34 0/4] Virtio-balloon: support free page reporting
On 06/27/2018 07:06 PM, David Hildenbrand wrote: > On 25.06.2018 14:05, Wei Wang wrote: >> This patch series is separated from the previous "Virtio-balloon >> Enhancement" series. The new feature, VIRTIO_BALLOON_F_FREE_PAGE_HINT, >> implemented by this series enables the virtio-balloon driver to report >> hints of guest free pages to the host. It can be used to accelerate live >> migration of VMs. Here is an introduction of this usage: >> >> Live migration needs to transfer the VM...
2018 Jun 15
2
[PATCH v33 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Fri, Jun 15, 2018 at 02:11:23PM +0000, Wang, Wei W wrote: > On Friday, June 15, 2018 7:42 PM, Michael S. Tsirkin wrote: > > On Fri, Jun 15, 2018 at 12:43:11PM +0800, Wei Wang wrote: > > > Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_HINT feature indicates > > > the support of reporting hints of guest free pages to host via virtio-balloon. > > > > > > Host requests the guest to report free page hints by sending a command > > > to the guest via setting the > > VIRTIO_BALLOON_HOST_CM...
2018 Jun 15
2
[PATCH v33 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Fri, Jun 15, 2018 at 02:11:23PM +0000, Wang, Wei W wrote: > On Friday, June 15, 2018 7:42 PM, Michael S. Tsirkin wrote: > > On Fri, Jun 15, 2018 at 12:43:11PM +0800, Wei Wang wrote: > > > Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_HINT feature indicates > > > the support of reporting hints of guest free pages to host via virtio-balloon. > > > > > > Host requests the guest to report free page hints by sending a command > > > to the guest via setting the > > VIRTIO_BALLOON_HOST_CM...
2018 Jun 15
2
[PATCH v33 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Fri, Jun 15, 2018 at 12:43:11PM +0800, Wei Wang wrote: > Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_HINT feature indicates the > support of reporting hints of guest free pages to host via virtio-balloon. > > Host requests the guest to report free page hints by sending a command > to the guest via setting the VIRTIO_BALLOON_HOST_CMD_FREE_PAGE_HINT bit > of the host_cmd config...
2018 Jun 15
2
[PATCH v33 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
On Fri, Jun 15, 2018 at 12:43:11PM +0800, Wei Wang wrote: > Negotiation of the VIRTIO_BALLOON_F_FREE_PAGE_HINT feature indicates the > support of reporting hints of guest free pages to host via virtio-balloon. > > Host requests the guest to report free page hints by sending a command > to the guest via setting the VIRTIO_BALLOON_HOST_CMD_FREE_PAGE_HINT bit > of the host_cmd config...