[Bug 276547] 'glabel label' command fails to set up label on a GEOM provider

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 23 Jan 2024 07:54:02 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=276547

            Bug ID: 276547
           Summary: 'glabel label' command fails to set up label on a GEOM
                    provider
           Product: Base System
           Version: 13.2-RELEASE
          Hardware: amd64
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: matei35@yahoo.com

$ uname -a
FreeBSD eagle 13.2-RELEASE FreeBSD 13.2-RELEASE GENERIC amd64
$

GEOM provider labelization, 'automatic' method:
$ sudo glabel label -v test35 ada0p1
glabel: Can't store metadata on ada0p1: Operation not permitted.
$

GEOM provider labelization, 'manual' method works fine:
$ sudo glabel create -v test35 ada0p1
$ glabel list
...
Geom name: ada0p1
Providers:
1. Name: label/test35  // 'test35' disappears at system reboot
...
$
$ glabel stop test35
$ glabel list
...test35 is gone...
$

-- 
You are receiving this mail because:
You are the assignee for the bug.