Comment 3 for bug 1597697

Revision history for this message
Alexey Stupnikov (astupnikov) wrote :

Steps to reproduce:
1. Create new env
2. Assign 1 controller to deploy
3. Increase base system space via Web UI to account for extra LV space (for ex. add 10240MB to base, take it from Image)
3. `fuel provisioning default --env 1`
4. edit the node yaml - make root LV smaller by 10G, add an extra LV 'log' with 10G size:
    - _allocate_size: min
      id: os
      label: Base System
      min_size: 19456
      type: vg
      volumes:
      - file_system: ext4
        mount: /
        name: root
- size: 30720
+ size: 20480
        type: lv
+ - file_system: ext4
+ mount: /usr/
+ name: usr
+ size: 10240
+ type: lv
      - file_system: swap
        mount: swap
        name: swap
        size: 4096
        type: lv
5. `fuel provisioning upload --env 1`
6. start deployment