Skip to content
This repository was archived by the owner on Jan 18, 2023. It is now read-only.
This repository was archived by the owner on Jan 18, 2023. It is now read-only.

Keeps waiting for a volume... #33

@azilber

Description

@azilber

Hi, I'm attempting to add a new raid ebs volume, and /dev/xvdf never becomes ready. I also don't see new ebs volumes being created in the in the aws console. I'm using the latest master branch of chef-ebs and latest chefdk:

default[:ebs][:raids]['/dev/md0'][:num_disks] = 4
default[:ebs][:raids]['/dev/md0'][:disk_size] = 10

default[:ebs][:raids]['/dev/md0'][:piops] = 30

default[:ebs][:raids]['/dev/md0'][:raid_level] = 0
default[:ebs][:raids]['/dev/md0'][:fstype] = 'xfs'
default[:ebs][:raids]['/dev/md0'][:mount_point] = '/mnt/mysql'
default[:ebs][:raids]['/dev/md0'][:uselvm] = true

ec2-54-82-103-248.compute-1.amazonaws.com * ruby_block[wait for devices] action run[2016-04-04T15:53:23+00:00] INFO: Processing ruby_block[wait for devices] action run (ebs::raids line 58)
DEBUG: received packet nr 1044 type 94 len 156
INFO: channel_data: 0 131b
ec2-54-82-103-248.compute-1.amazonaws.com [2016-04-04T15:53:23+00:00] DEBUG: Providers for generic ruby_block resource enabled on node include: [Chef::Provider::RubyBlock]
DEBUG: received packet nr 1045 type 94 len 156
INFO: channel_data: 0 130b
ec2-54-82-103-248.compute-1.amazonaws.com [2016-04-04T15:53:23+00:00] DEBUG: Provider for action run on resource ruby_block[wait for devices] is Chef::Provider::RubyBlock
DEBUG: received packet nr 1046 type 94 len 108
INFO: channel_data: 0 83b
ec2-54-82-103-248.compute-1.amazonaws.com [2016-04-04T15:53:23+00:00] INFO: Waiting for individual disks of RAID /mnt/mysql
DEBUG: received packet nr 1047 type 94 len 92
INFO: channel_data: 0 72b
ec2-54-82-103-248.compute-1.amazonaws.com [2016-04-04T15:53:23+00:00] INFO: device /dev/xvdf not ready - waiting
DEBUG: read 116 bytes
DEBUG: received packet nr 1048 type 94 len 92
INFO: channel_data: 0 72b
ec2-54-82-103-248.compute-1.amazonaws.com [2016-04-04T15:53:33+00:00] INFO: device /dev/xvdf not ready - waiting
DEBUG: read 116 bytes
DEBUG: received packet nr 1049 type 94 len 92

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions