View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001431 | bareos-core | General | public | 2022-03-08 20:37 | 2024-05-02 11:36 |
Reporter | backup1 | Assigned To | bruno-at-bareos | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | ||||
Product Version | 21.0.0 | ||||
Summary | 0001431: Newline characters stripped from configuration strings | ||||
Description | Hi, I'm trying to set a config value that includes newline character (a.k.a. \n). This worked in Bareos 19.2, but same config is not working in 21. It seems that the newlines are stripped when loading the config. I note that the docs say that strings can now be entered using a multi-line quoted format (for Bareos 20+). The actual config setting is for NDMP files and specifying the NDMP environment MULTI_SUBTREE_NAMES. This is what the config looks like: FileSet { Name = "user_01" Include { Options { AclSupport = Yes XattrSupport = Yes Meta = "DMP_NAME=user_01" Meta = "MULTI_SUBTREE_NAMES=userA userB userC userD" } File = "/vol0/user" } } The correctly formatted value will have newlines between the "userA", "userB", "userC" subdir names. In bconsole "show filesets" has the names all concatenated together and the (NetApp) filer rejects the job saying "no directory userAuserBUserCUserD". | ||||
Steps To Reproduce | Configure fileset with options string including newlines. Load configuration. Review configuration using "show filesets" and observe that newlines have been stripped. I've also reviewed NDMP commands sent to NetApp and (with wireshark) and observe that the newlines are missing. | ||||
Additional Information | I believe the use-case for config file strings to include newlines was not considered in parser changes for multi-line quoted format. I'm no longer able to use MULTI_SUBTREE_NAMES for NDMP and have reverted to just doing full volume backups, which limits flexibility, but is working reliably. Thanks, Tom Rockwell | ||||
Tags | No tags attached. | ||||
Inconsistencies between documentation / expectation / behaviour loss of functionality between versions Documentation https://docs.bareos.org/master/Configuration/CustomizingTheConfiguration.html?highlight=multiline#quotes show multilines in example lead to expectation to have those kept as multilines. Having a configured fileset with new multiline syntax FileSet { Name = "NDMP_test" Include { Options { AclSupport = Yes XattrSupport = Yes Meta = "DMP_NAME=user_01" Meta = "MULTI_SUBTREE_NAMES=userA" "userB" "userC" "userD" } File = "/vol0/user" } } when displayed in bconsole *show fileset=NDMP_test FileSet { Name = "NDMP_test" Include { Options { AclSupport = Yes XattrSupport = Yes Meta = "DMP_NAME=user_01" Meta = "MULTI_SUBTREE_NAMES=userAuserBuserCuserD" } File = "/vol0/user" } } |
|
Hi, Thanks for looking at this. For reference, the newlines are needed to use the MULTI_SUBTREE_NAMES functionality on NetApp. https://library.netapp.com/ecmdocs/ECMP1196992/html/GUID-DE8BF53F-706A-48CA-A6FD-ACFDC2D0FE8A.html From the linked doc, "Multiple subtrees are specified in the string which is a newline-separated, null-terminated list of subtree names." I looked for other use-cases to put newlines into strings in Bareos config, but didn't find any, so I realize this is a bit of a corner-case. Still, NDMP is useful for NetApp, and it would be unfortunate to lose this functionality. Thanks again, Tom Rockwell |
|
We will take care of this issues, follow it now on https://github.com/bareos/bareos/issues/1799 | |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-03-08 20:37 | backup1 | New Issue | |
2022-03-09 11:40 | bruno-at-bareos | Note Added: 0004533 | |
2022-03-11 03:32 | backup1 | Note Added: 0004534 | |
2024-05-02 11:36 | bruno-at-bareos | Assigned To | => bruno-at-bareos |
2024-05-02 11:36 | bruno-at-bareos | Status | new => closed |
2024-05-02 11:36 | bruno-at-bareos | Resolution | open => fixed |
2024-05-02 11:36 | bruno-at-bareos | Note Added: 0005909 |