gdeploy icon indicating copy to clipboard operation
gdeploy copied to clipboard

TASK [Clean up filesystem signature] fails

Open smitthakkar96 opened this issue 8 years ago • 3 comments

While I try to run 2x2-volume-create.conf present in examples it runs into error and below is traceback.

Traceback

TASK [Clean up filesystem signature] ***********************************************************************************************************************************************************************
fatal: [165.227.80.95]: FAILED! => {"failed": true, "msg": "The conditional check 'wipefs == 'yes' and item is defined' failed. The error was: error while evaluating conditional (wipefs == 'yes' and item is defined): 'wipefs' is undefined\n\nThe error appears to have been in '/tmp/tmpsQDYtQ/pvcreate.yml': line 9, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n  # present.\n  - name: Clean up filesystem signature\n    ^ here\n"}
...ignoring
fatal: [192.241.151.186]: FAILED! => {"failed": true, "msg": "The conditional check 'wipefs == 'yes' and item is defined' failed. The error was: error while evaluating conditional (wipefs == 'yes' and item is defined): 'wipefs' is undefined\n\nThe error appears to have been in '/tmp/tmpsQDYtQ/pvcreate.yml': line 9, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n  # present.\n  - name: Clean up filesystem signature\n    ^ here\n"}
...ignoring
fatal: [67.205.136.191]: FAILED! => {"failed": true, "msg": "The conditional check 'wipefs == 'yes' and item is defined' failed. The error was: error while evaluating conditional (wipefs == 'yes' and item is defined): 'wipefs' is undefined\n\nThe error appears to have been in '/tmp/tmpsQDYtQ/pvcreate.yml': line 9, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n  # present.\n  - name: Clean up filesystem signature\n    ^ here\n"}
...ignoring
fatal: [198.199.90.206]: FAILED! => {"failed": true, "msg": "The conditional check 'wipefs == 'yes' and item is defined' failed. The error was: error while evaluating conditional (wipefs == 'yes' and item is defined): 'wipefs' is undefined\n\nThe error appears to have been in '/tmp/tmpsQDYtQ/pvcreate.yml': line 9, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n  # present.\n  - name: Clean up filesystem signature\n    ^ here\n"}
...ignoring
fatal: [192.81.208.34]: FAILED! => {"failed": true, "msg": "The conditional check 'wipefs == 'yes' and item is defined' failed. The error was: error while evaluating conditional (wipefs == 'yes' and item is defined): 'wipefs' is undefined\n\nThe error appears to have been in '/tmp/tmpsQDYtQ/pvcreate.yml': line 9, column 5, but may\nbe elsewhere in the file depending on the exact syntax problem.\n\nThe offending line appears to be:\n\n  # present.\n  - name: Clean up filesystem signature\n    ^ here\n"}
...ignoring 

smitthakkar96 avatar Aug 15 '17 17:08 smitthakkar96

@smitthakkar96 hello. Can you tell us which version of gdeploy have you installed.

devyanikota avatar Aug 16 '17 13:08 devyanikota

gdeploy 2.0

smitthakkar96 avatar Aug 16 '17 18:08 smitthakkar96

@smitthakkar96 I just tested it works fine for me. [sac@dhcp35-44 tmpMkiHFL]$ rpm -qa | grep gdeploy gdeploy-doc-2.0.2-13.noarch gdeploy-2.0.2-13.noarch

Can you share your config file? I would like to take a look. Or maybe use the exact config file.

sac avatar Aug 17 '17 12:08 sac