Главная страница


ru.linux

 
 - RU.LINUX ---------------------------------------------------------------------
 From : Andre Sidko                          2:4641/77      09 Apr 2007  18:42:50
 To : Oleg Drokin
 Subject : Re: lustre
 -------------------------------------------------------------------------------- 
 
 *** 09 Apr 07, Oleg Drokin wrote to Andre Sidko:
 
 *** snipping off
 
  OD>
  OD> А lconf --reformat на mds после изменение lustre.xml был запущен, я
  OD> надеюсь? Это сообщение говорит что в люстровом конфиге нет описания
  OD> конфига client.
 
     Да ты прав, не делал. Дабы не путаться переделал конфиг вот так: (был
 клиент node3 стал client)
 
 *** snipping off
 # Create nodes
 ${LMC} -m $config --add node --node node1 || exit 10
 ${LMC} -m $config --add node --node node2 || exit 10
 ${LMC} -m $config --add node --node client || exit 10
 # Add net
 ${LMC} -m $config --add net --node node1 --nid 192.168.232.131@tcp --nettype
 $NETTYPE || exit 11
 ${LMC} -m $config --add net --node node2 --nid 192.168.232.130@tcp --nettype
 $NETTYPE || exit 11
 ${LMC} -m $config --add net --node client --nid 192.168.232.132@tcp --nettype
 $NETTYPE || exit 11
 
 А при попытке монтирования с client (node3) вот так:
 [root@node3 ~]# lconf --node client /etc/lustre/config.xml -v
 MDC: MDC_node3_mds1_MNT_client 0220d_MNT_client_b9662099ab mds1_UUID
 MDC: MDC_node3_mds1_MNT_client 0220d_MNT_client_b9662099ab
 MTPT: MNT_client MNT_client_UUID /mnt/node mds1_UUID lov1_UUID
 
 Процесс монтирования зависает на n-ое время до (manualy break), в это время в
 messages node2 (mds) вот что:
 
 *** snipping off
 Apr  9 19:56:22 node2 kernel: audit(1176137782.660:6): avc:  denied  {
 rawip_recv } for  saddr=192.168.232.132 src=1023
 daddr=192.168.232.130 dest=988 netif=eth0
 scontext=system_u:object_r:unlabeled_t tcontext=system_u:object_r:netif_eth0_t
 tclass=netif
 Apr  9 19:56:22 node2 kernel: audit(1176137782.662:7): avc:  denied  {
 rawip_recv } for  saddr=192.168.232.132 src=1023
 daddr=192.168.232.130 dest=988 netif=eth0
 scontext=system_u:object_r:unlabeled_t tcontext=system_u:object_r:node_t
 tclass=node
 Apr  9 19:56:22 node2 kernel: audit(1176137782.664:8): avc:  denied  {
 rawip_send } for  pid=30016 comm="acceptor_988"
 saddr=192.168.232.130 src=988 daddr=192.168.232.132 dest=1023 netif=eth0
 scontext=system_u:object_r:unlabeled_t
 tcontext=system_u:object_r:netif_eth0_t tclass=netif
 Apr  9 19:56:22 node2 kernel: audit(1176137782.666:9): avc:  denied  {
 rawip_send } for  pid=30016 comm="acceptor_988"
 saddr=192.168.232.130 src=988 daddr=192.168.232.132 dest=1023 netif=eth0
 scontext=system_u:object_r:unlabeled_t
 tcontext=system_u:object_r:node_t tclass=node
 Apr  9 19:56:22 node2 kernel: Lustre: Binding irq 185 to CPU 1 with cmd: echo 2
 
 > /proc/irq/185/smp_affinity
 
 Apr  9 19:56:22 node2 kernel: Lustre:
 30010:0:(lib-move.c:1644:lnet_parse_put()) Dropping PUT from
 12345-192.168.232.132@tcp
 portal 12 match 123 offset 0 length 240: 2
 
 *** snipping off
 Apr  9 20:05:08 node2 kernel: Lustre:
 30010:0:(lib-move.c:1644:lnet_parse_put()) Dropping PUT from
 12345-192.168.232.132@tcp portal 12 match 145 offset 0 length 240: 2
 Apr  9 20:05:08 node2 kernel: Lustre:
 30010:0:(lib-move.c:1644:lnet_parse_put()) Skipped 2 previous similar messages
 
     Если же пытаться монтировать вот так
 
 [root@node3 ~]# mount 192.168.232.130:/mds1/client /mnt/node/ -t lustre -v
 verbose: 1
 arg[0] = /sbin/mount.lustre
 arg[1] = 192.168.232.130:/mds1/client
 arg[2] = /mnt/node/
 arg[3] = -v
 arg[4] = -o
 arg[5] = rw
 mds nid 0:       192.168.232.130@tcp
 mds name:        mds1
 profile:         client
 options:         rw
 retry:           0
 mount.lustre: mount(192.168.232.130:/mds1/client, /mnt/node/) failed:
 Input/output error
 mds nid 0:       192.168.232.130@tcp
 mds name:        mds1
 profile:         client
 options:         rw
 retry:           0
 [root@node3 ~]#
 
 а в messages на node2 (mds) вообще ничего нет.
 
 firewall на всех машинах остановил, порт 988/tcp на всех трех нодах открыт.
 
   Registered Linux User #347376
   UIN 21089807
                                                         truly your, Andre.
 --- GoldED+/LNX 1.1.5-31012
  * Origin: Andre M. Sidko (2:4641/77)
 
 

Вернуться к списку тем, сортированных по: возрастание даты  уменьшение даты  тема  автор 

 Тема:    Автор:    Дата:  
 lustre   Andre Sidko   03 Apr 2007 12:36:40 
 Re: lustre   Oleg Drokin   04 Apr 2007 11:48:57 
 Re: lustre   Andre Sidko   06 Apr 2007 09:23:54 
 Re: lustre   Oleg Drokin   06 Apr 2007 15:48:38 
 Re: lustre   Andre Sidko   07 Apr 2007 21:05:04 
 Re: lustre   Oleg Drokin   08 Apr 2007 02:17:07 
 Re: lustre   Andre Sidko   08 Apr 2007 22:25:50 
 Re: lustre   Oleg Drokin   09 Apr 2007 11:07:50 
 Re: lustre   Andre Sidko   09 Apr 2007 12:20:14 
 Re: lustre   Oleg Drokin   09 Apr 2007 19:14:04 
 Re: lustre   Andre Sidko   10 Apr 2007 08:59:44 
 Re: lustre   Andre Sidko   09 Apr 2007 18:42:50 
 Re: lustre   Oleg Drokin   10 Apr 2007 16:49:08 
 Re: lustre   Alex Korchmar   10 Apr 2007 21:34:02 
 Re: lustre   Oleg Drokin   10 Apr 2007 23:48:40 
 Re: lustre   Alex Korchmar   11 Apr 2007 14:43:34 
 Re: lustre   Andre Sidko   11 Apr 2007 14:55:00 
 Re: lustre   Alex Korchmar   11 Apr 2007 20:25:45 
 Re: lustre   Andre Sidko   11 Apr 2007 11:20:20 
 Re: lustre   Oleg Drokin   14 Apr 2007 01:36:07 
Архивное /ru.linux/1884461a7692.html, оценка 1 из 5, голосов 10
Яндекс.Метрика
Valid HTML 4.01 Transitional