Bug 19599 - текут pipe-ы на OpenVZ
Summary: текут pipe-ы на OpenVZ
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: libvirt (show other bugs)
Version: unstable
Hardware: all Linux
: P3 normal
Assignee: Alexey Shabalin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-13 14:40 MSD by ildar
Modified: 2011-01-17 16:04 MSK (History)
1 user (show)

See Also:


Attachments
lsof (12.92 KB, text/plain)
2011-01-17 16:04 MSK, ildar
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description ildar 2009-04-13 14:40:37 MSD
обнаружил такое:
Apr 13 16:15:32 hasher1 libvirtd: 16:15:32.242: error : Failed to create pipe: T
oo many open files 
Apr 13 16:15:32 hasher1 libvirtd: 16:15:32.242: error : internal error Could not
 exec /usr/sbin/vzlist 

рестартовал, смотрю снова:
ls -l /proc/22699/fd | wc -l
1022

Конфигурация:
# rpm -qa | egrep '(vz|virt)'
kernel-image-ovz-smp-2.6.18-alt15
vzctl-3.0.22-alt3
libvirt-0.6.0-alt1
...

мониторю удалённо через virt-manager ssh+ovz
Comment 1 aspsk 2009-04-13 14:54:03 MSD
(В ответ на комментарий №0)
> обнаружил такое:
> Apr 13 16:15:32 hasher1 libvirtd: 16:15:32.242: error : Failed to create pipe:
> T
> oo many open files 
> Apr 13 16:15:32 hasher1 libvirtd: 16:15:32.242: error : internal error Could
> not
>  exec /usr/sbin/vzlist 
> 
> рестартовал, смотрю снова:
> ls -l /proc/22699/fd | wc -l
> 1022
> 
> Конфигурация:
> # rpm -qa | egrep '(vz|virt)'
> kernel-image-ovz-smp-2.6.18-alt15
А Вы не хотите поставить kernel-image-ovz-rhel? 

> vzctl-3.0.22-alt3
> libvirt-0.6.0-alt1
> ...
> 
> мониторю удалённо через virt-manager ssh+ovz
Comment 2 ildar 2009-04-13 14:59:47 MSD
уверен, что дело не в этом. Думаю, проблема локальная.
Тут, думаю, по какой-то причине libvirt не забирает всё из пайпа (stderr?), поэтому он и не закрывается.
вот, на всякий случай:

# vzlist 
Incorrect device name /dev/st0: No such file or directory
Invalid value for DEVNODES=sda7:rw, skipped
Incorrect device name /dev/st0: No such file or directory
Invalid value for DEVNODES=sda7:rw, skipped
      VEID      NPROC STATUS  IP_ADDR         HOSTNAME                        
      1001        187 running 10.128.0.1      domino.innovations.kz           
      1002        110 running 10.128.0.2      tivoli.innovations.kz           
      1003          3 running 10.128.0.3      tsm.innovations.kz
Comment 3 ildar 2009-04-16 17:41:21 MSD
# uname -a
Linux hasher1.innovations.kz 2.6.27-ovz-smp-alt1 #1 SMP Tue Mar 3 05:54:25 UTC 2009 x86_64 GNU/Linux

так же течёт
Comment 4 aspsk 2009-04-16 17:54:02 MSD
(В ответ на комментарий №3)
> # uname -a
> Linux hasher1.innovations.kz 2.6.27-ovz-smp-alt1 #1 SMP Tue Mar 3 05:54:25 UTC
> 2009 x86_64 GNU/Linux
> 
> так же течёт

Пришлите, пожалуйста вывод команды
# lsof -p $(pgrep libvirtd)
Comment 5 ildar 2011-01-17 16:04:40 MSK
Created attachment 4762 [details]
lsof

мигрировал на 2.6.32-ovz-el-alt6 x86_64
libvirtd проапгрейдил.
Всё равно течёт.
lsof прилагаю.