Unidata / LDM

The Unidata Local Data Manager (LDM) system includes network client and server programs designed for event-driven data distribution, and is the fundamental component of the Unidata Internet Data Distribution (IDD) system.
http://www.unidata.ucar.edu/software/ldm
Other
43 stars 27 forks source link

Have "ldmadmin mkqueue -f" check the available size #79

Closed semmerson closed 3 years ago

semmerson commented 3 years ago

If the user specifies the "-f" (fast) option, then ldmadmin(1) could use df(1) to obtain the amount of available space for the queue and compare that against the queue-size parameter in the registry and error-exit if there's insufficient space. This would prevent the product-queue module from receiving a SIGBUS when trying to stuff two cubic feet into a one cubic foot box.

mustbei commented 3 years ago

Implemented within new Python-based ldmadmin.

semmerson commented 3 years ago

Excellent.

Go ahead and close this issue.

Regards, Steve Emmerson

On Tue, Apr 6, 2021 at 9:13 AM mustbei @.***> wrote:

Implemented within new Python-based ldmadmin.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Unidata/LDM/issues/79#issuecomment-814201458, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAEVZ7NCY3REIEM76WFQXU3THMQJZANCNFSM4WBIEH3A .