All of lore.kernel.org
 help / color / mirror / Atom feed
* teuthology call for help
@ 2015-03-25 14:54 Loic Dachary
  2015-03-25 16:25 ` Zack Cerza
  0 siblings, 1 reply; 3+ messages in thread
From: Loic Dachary @ 2015-03-25 14:54 UTC (permalink / raw)
  To: Zack Cerza; +Cc: Ceph Development

[-- Attachment #1: Type: text/plain, Size: 360 bytes --]

Hi Zack,

I'm blocked with http://pulpito.ceph.com/loic-2015-03-25_12:05:20-upgrade:giant-x:stress-split-erasure-code-hammer---basic-vps/820668/ and need your help.

Do you understand why 5-workload/ec-rados-default.yaml is not included ? It's like it does not exist. But it does :-)

Thanks in advance !

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: teuthology call for help
  2015-03-25 14:54 teuthology call for help Loic Dachary
@ 2015-03-25 16:25 ` Zack Cerza
  2015-03-25 16:32   ` Loic Dachary
  0 siblings, 1 reply; 3+ messages in thread
From: Zack Cerza @ 2015-03-25 16:25 UTC (permalink / raw)
  To: Loic Dachary; +Cc: Ceph Development

Hey Loic,

Your fragment is definitely included. See:

http://qa-proxy.ceph.com/teuthology/loic-2015-03-25_12:05:20-upgrade:giant-x:stress-split-erasure-code-hammer---basic-vps/820668/orig.config.yaml

description: upgrade:giant-x:stress-split-erasure-code/{0-cluster/start.yaml 1-giant-install/giant.yaml
  2-partial-upgrade/firsthalf.yaml 3-thrash/default.yaml 4-mon/mona.yaml 5-workload/ec-rados-default.yaml
  6-next-mon/monb.yaml 8-next-mon/monc.yaml 9-workload/ec-rados-plugin=jerasure-k=3-m=1.yaml
  distros/ubuntu_14.04.yaml}
[...]
task:
- rados:
    clients:
    - client.0
    ec_pool: true
    objects: 50
    op_weights:
      append: 100
      copy_from: 50
      delete: 50
      read: 100
      rmattr: 25
      rollback: 50
      setattr: 25
      snap_create: 50
      snap_remove: 50
      write: 0
    ops: 4000
- print: '**** done rados ec task'
tasks:
- chef: null
- clock.check: null
- install:
    branch: giant
- print: '**** done install giant'
[...]


The issue is that 5-workload/ec-rados-default.yaml uses the word 'task' instead of 'tasks'.

Zack


----- Original Message -----
From: "Loic Dachary" <loic@dachary.org>
To: "Zack Cerza" <zcerza@redhat.com>
Cc: "Ceph Development" <ceph-devel@vger.kernel.org>
Sent: Wednesday, March 25, 2015 7:54:24 AM
Subject: teuthology call for help

Hi Zack,

I'm blocked with http://pulpito.ceph.com/loic-2015-03-25_12:05:20-upgrade:giant-x:stress-split-erasure-code-hammer---basic-vps/820668/ and need your help.

Do you understand why 5-workload/ec-rados-default.yaml is not included ? It's like it does not exist. But it does :-)

Thanks in advance !

-- 
Loïc Dachary, Artisan Logiciel Libre
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: teuthology call for help
  2015-03-25 16:25 ` Zack Cerza
@ 2015-03-25 16:32   ` Loic Dachary
  0 siblings, 0 replies; 3+ messages in thread
From: Loic Dachary @ 2015-03-25 16:32 UTC (permalink / raw)
  To: Zack Cerza; +Cc: Ceph Development

[-- Attachment #1: Type: text/plain, Size: 2127 bytes --]



On 25/03/2015 17:25, Zack Cerza wrote:
> Hey Loic,
> 
> Your fragment is definitely included. See:
> 
> http://qa-proxy.ceph.com/teuthology/loic-2015-03-25_12:05:20-upgrade:giant-x:stress-split-erasure-code-hammer---basic-vps/820668/orig.config.yaml

I got confused because I was looking at the 'All details' section of
http://pulpito.ceph.com/loic-2015-03-25_12:05:20-upgrade:giant-x:stress-split-erasure-code-hammer---basic-vps/820668/
which does not show it.

> description: upgrade:giant-x:stress-split-erasure-code/{0-cluster/start.yaml 1-giant-install/giant.yaml
>   2-partial-upgrade/firsthalf.yaml 3-thrash/default.yaml 4-mon/mona.yaml 5-workload/ec-rados-default.yaml
>   6-next-mon/monb.yaml 8-next-mon/monc.yaml 9-workload/ec-rados-plugin=jerasure-k=3-m=1.yaml
>   distros/ubuntu_14.04.yaml}
> [...]
> task:
> - rados:
>     clients:
>     - client.0
>     ec_pool: true
>     objects: 50
>     op_weights:
>       append: 100
>       copy_from: 50
>       delete: 50
>       read: 100
>       rmattr: 25
>       rollback: 50
>       setattr: 25
>       snap_create: 50
>       snap_remove: 50
>       write: 0
>     ops: 4000
> - print: '**** done rados ec task'
> tasks:
> - chef: null
> - clock.check: null
> - install:
>     branch: giant
> - print: '**** done install giant'
> [...]
> 
> 
> The issue is that 5-workload/ec-rados-default.yaml uses the word 'task' instead of 'tasks'.

Indeed... thanks !

> 
> Zack
> 
> 
> ----- Original Message -----
> From: "Loic Dachary" <loic@dachary.org>
> To: "Zack Cerza" <zcerza@redhat.com>
> Cc: "Ceph Development" <ceph-devel@vger.kernel.org>
> Sent: Wednesday, March 25, 2015 7:54:24 AM
> Subject: teuthology call for help
> 
> Hi Zack,
> 
> I'm blocked with http://pulpito.ceph.com/loic-2015-03-25_12:05:20-upgrade:giant-x:stress-split-erasure-code-hammer---basic-vps/820668/ and need your help.
> 
> Do you understand why 5-workload/ec-rados-default.yaml is not included ? It's like it does not exist. But it does :-)
> 
> Thanks in advance !
> 

-- 
Loïc Dachary, Artisan Logiciel Libre


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-25 16:32 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-25 14:54 teuthology call for help Loic Dachary
2015-03-25 16:25 ` Zack Cerza
2015-03-25 16:32   ` Loic Dachary

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.