holland-coredev team mailing list archive
-
holland-coredev team
-
Mailing list archive
-
Message #00268
[Bug 1168507] [NEW] Feature Request: Allow additional arguments to compression method
Public bug reported:
I would like to be able to pass additional arguments to the compression
method to get added during the creation. Something like:
[compression]
method=pigz
inline=yes
level=3
options="-p 40"
The main reason is that pigz supports a "-p N" option to limit the
number of threads (hence cores) that it will use when launched; this
option capability will allow us to ensure there are cores reserved for
MySQL to operate on during a massive pigz cycle that would normally
utilize all 48 cores on a Production server.
** Affects: holland-backup
Importance: Undecided
Status: New
** Tags: compression feature+request
--
You received this bug notification because you are a member of Holland
Build, which is subscribed to holland-backup.
https://bugs.launchpad.net/bugs/1168507
Title:
Feature Request: Allow additional arguments to compression method
Status in Holland Backup Framework:
New
Bug description:
I would like to be able to pass additional arguments to the
compression method to get added during the creation. Something like:
[compression]
method=pigz
inline=yes
level=3
options="-p 40"
The main reason is that pigz supports a "-p N" option to limit the
number of threads (hence cores) that it will use when launched; this
option capability will allow us to ensure there are cores reserved for
MySQL to operate on during a massive pigz cycle that would normally
utilize all 48 cores on a Production server.
To manage notifications about this bug go to:
https://bugs.launchpad.net/holland-backup/+bug/1168507/+subscriptions
Follow ups
References