The request_disk attribute in HTCondor should be given in KBs:
https://htcondor.readthedocs.io/en/latest/man-pages/condor_submit.html
If a user gives a property with a postfix, for example "10 GB", Pegasus tries to do a fancy convert, like:
However, this results in the value in the submit file being in MBs and not KBs. There might be other places in the code this conversion is broken.
There are no Sub-Tasks for this issue.