[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] tools: remove unused sysconfig variable XENSTORED_ROOTDIR
- To: Olaf Hering <olaf@xxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
- Date: Wed, 12 May 2021 15:52:16 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=citrix.com; dmarc=pass action=none header.from=citrix.com; dkim=pass header.d=citrix.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=tOUc4EMZYhTBpBf+owUFWUgGkCYuXMNlStJ2eudHJUE=; b=VBU2jhp00e5xfN5WCIiuOhCgV/svfgtP3VQoGqJR2kBC7KhcNpeMbHh8js+EmCvJ0Qc1q93UFPAkuTAm2qdDiIvkMuMMmCV9yfeyqnGJ0nzkn5N59dUeasIuw/YEzx7CFeCdHgmuc0v0894LOJc9xaBrC2RLu1M+RqDcUQfyM5+7N3zGp9J+t1jQ1dxjPg3ugsn3ofwD4ntpWO5F3Sx9KAuPD2AKDuZxg2KAkcL74muuYLhofrE7YMNOQ4fGf8eTXvGMASuoaj7TiRUzZENQPD684qNMNL8a1EgRmHjYLT4TF5uopWmXVab3gf7Nbz1MR6/Nctb5uLRTicyDtTiuYg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=d/QopO/vDUzOr9L5Uuq7Ro1DEeKkcWQyN4S5327s9FIO6bWQs4Qe9e8zTLrPWnh2Uw5R6CTU/eIwEAHiGdKSEqc8nbGH6HDzsMLwsgfD0VPXTN0LPzWlaGHtC045ENf+8NpQidNeQ4KZUuB+3y2pFPiaSfRMACkzH+jd2GSv9OFB7qeTBgk63zt391MgkAio6wTp7G2hU7w+rTl45RXCnwXX/S5U0ltrM4sU7nmbtmbReGqah5nrE/bwpRb1KlhtoDA/sbP7TTkXdG7RnBjFfzKfA3kf0LhlTPXWIRr+tz34zQR0rRzSSLWxNeO3mPNoy6U0kiNUNNu6DOU3Zo4Pmg==
- Authentication-results: esa5.hc3370-68.iphmx.com; dkim=pass (signature verified) header.i=@citrix.onmicrosoft.com
- Cc: Ian Jackson <iwj@xxxxxxxxxxxxxx>, Wei Liu <wl@xxxxxxx>
- Delivery-date: Wed, 12 May 2021 14:52:30 +0000
- Ironport-hdrordr: A9a23:y2Nh6ao+ZH9qoFnUN8Z93gkaV5rveYIsimQD101hICG9Evb0qy nOpoV/6faQslwssR4b9uxoVJPvfZq+z+8W3WByB9eftWDd0QPFEGgL1+DfKlbbak7DH4BmtJ uJc8JFeafN5VoRt7eG3OFveexQvOVu88qT9JjjJ28Gd3APV0n5hT0JcjpyFCdNNW57LKt8Lr WwzOxdqQGtfHwGB/7LfUXsD4D41rv2fIuNW29+OyIa
- Ironport-sdr: EoVt/jgZab7rgEc7f7JAIbMXa+2HuGcuqPidxvxcT1rWuzhSEqtRNOf/t4EGVLguBewnKXAPsN r13h8oD8Jq1gcjHwPPT3icKwgHF0YwAhEOET7AwQc6niXtkzY7MpjyUm+CZkvA1/8CVhVQONZm k2Gax+2fhKEBLV7/chw8qlAvgHnStAwO6qcE5VDFC4oaAHvZ4VH19D/c7UlGUoxmrZ24wz1oDt Kr6frPLxgETp+53X4ITBVzjyJ5Jx1+1qLgvmUfUZjjUOikj/APBpQyFKwnEfkpr4vdTA7gwmZF e6U=
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 06/05/2021 17:49, Andrew Cooper wrote:
> On 06/05/2021 16:16, Olaf Hering wrote:
>> The sysconfig variable XENSTORED_ROOTDIR is not used anymore.
>> It used to point to a directory with tdb files, which is now a tmpfs.
>>
>> In case the database is not in tmpfs, like on sysv and BSD systems,
>> xenstored will truncate existing database files during start.
>>
>> Fixes commit 2ef6ace428dec4795b8b0a67fff6949e817013de
>>
>> Signed-off-by: Olaf Hering <olaf@xxxxxxxxx>
> Acked-by Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, although as we're
> trying to keep on top of the changelog this time around, we probably
> want the following hunk:
>
> diff --git a/CHANGELOG.md b/CHANGELOG.md
> index 0106fccec1..6896d70757 100644
> --- a/CHANGELOG.md
> +++ b/CHANGELOG.md
> @@ -6,6 +6,10 @@ The format is based on [Keep a
> Changelog](https://keepachangelog.com/en/1.0.0/)
>
> ## [unstable
> UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=staging)
> - TBD
>
> +### Removed
> + - XENSTORED_ROOTDIR environment variable from configuration files and
> + initscripts, due to being unused.
> +
> ## [4.15.0
> UNRELEASED](https://xenbits.xen.org/gitweb/?p=xen.git;a=shortlog;h=RELEASE-4.15.0)
> - TBD
>
> ### Added / support upgraded
>
> ~Andrew
Olaf: View on the above?
~Andrew
|