The operation may take a few seconds, Please wait...
{%
    if CopyBackStateExist then
        echo("Set RAID controller Copyback state successfully.\n")
    end

    if SmarterCopyBackStateExist then
        echo("Set RAID controller Copyback state on SMART error successfully.\n");
    end

    if JBODStateExist then
        echo("Set RAID controller JBOD mode successfully.\n")
    end

    if WorkModeExist then
        echo("Set RAID controller mode successfully.\n")
    end

    if RestoreExist then
        echo("Restore RAID controller settings successfully.\n")
    end
%}