Search results

  1. P

    can't run pvesm set STORAGE --disable 0 from cron

    Hi, I create /sbin/enableSTORAGE.sh #!/bin/bash pvesm set STORAGE --disable 0 crontab -e 00 11 * * * /sbin/enableSTORAGE.sh after the cron run, the storage still disable. How to enable the STORAGE from cron Anyone can help ? Thx